This commit is contained in:
2020-07-16 09:50:01 +02:00
parent 7191bbbcb3
commit 05ca7ed578
194 changed files with 427 additions and 760 deletions

View File

@ -16,21 +16,21 @@
<leader doc="leader" name="leader">
<property>normal</property>
<variable doc="leader" multi="True" name="leader" type="string"/>
<variable doc="follower1" multi="True" name="follower1" type="string">
<variable doc="follower1" multi="False" name="follower1" type="string">
<property>mandatory</property>
<property>normal</property>
<value name="calc_val" type="calculation">
<param name="valeur" transitive="False" type="string">valfill</param>
</value>
</variable>
<variable doc="follower2" multi="True" name="follower2" type="string">
<variable doc="follower2" multi="False" name="follower2" type="string">
<property>mandatory</property>
<property>normal</property>
<value name="calc_val" type="calculation">
<param transitive="False" type="variable">rougail.general1.leader.follower1</param>
</value>
</variable>
<variable doc="follower3" multi="True" name="follower3" type="string">
<variable doc="follower3" multi="False" name="follower3" type="string">
<property>normal</property>
</variable>
</leader>