This commit is contained in:
2026-02-08 21:25:22 +01:00
parent 14dd557e58
commit b5b2f1c362
4 changed files with 109 additions and 39 deletions

View File

@@ -13,4 +13,6 @@
<field name="product"/>
<label name="state"/>
<field name="state"/>
<label name="strategy"/>
<field name="strategy"/>
</form>

View File

@@ -10,5 +10,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="price"/>
<field name="quantity" symbol="unit"/>
<field name="amount" sum="1"/>
<field name="mtm" optional="1" sum="1"/>
<field name="strategy"/>
<field name="mtm" optional="0" sum="1"/>
</tree>

View File

@@ -10,6 +10,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="r_price"/>
<field name="r_quantity" symbol="r_unit"/>
<field name="r_amount" sum="1"/>
<field name="r_mtm" optional="1" sum="1"/>
<field name="strategy"/>
<field name="r_mtm" optional="0" sum="1"/>
</tree>