We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af2943b + ee8a15b commit 616f868Copy full SHA for 616f868
contract/views/contract_template.xml
@@ -46,11 +46,10 @@
46
<field name="product_id" />
47
<field name="name" widget="section_and_note_text" />
48
<field name="quantity" />
49
- <field name="is_auto_renew" column_invisible="True" />
50
<field name="uom_id" />
51
<field
52
name="automatic_price"
53
- column_invisible="parent.contract_type == 'purchase' and not is_auto_renew"
+ column_invisible="parent.contract_type == 'purchase'"
54
/>
55
<field name="price_unit" readonly="automatic_price" />
56
<field name="specific_price" column_invisible="True" />
0 commit comments