|
@ -55,7 +55,7 @@ |
|
|
attrs="{'required': [('is_contract', '=', True)]}"/> |
|
|
attrs="{'required': [('is_contract', '=', True)]}"/> |
|
|
</group> |
|
|
</group> |
|
|
<group attrs="{'invisible': [('is_contract', '=', False)]}"> |
|
|
<group attrs="{'invisible': [('is_contract', '=', False)]}"> |
|
|
<field name="date_end" required="True"/> |
|
|
|
|
|
|
|
|
<field name="date_end" attrs="{'required': [('is_contract', '=', True)]}"/> |
|
|
</group> |
|
|
</group> |
|
|
</xpath> |
|
|
</xpath> |
|
|
<xpath expr="//field[@name='order_line']/tree//field[@name='price_total']" |
|
|
<xpath expr="//field[@name='order_line']/tree//field[@name='price_total']" |
|
|