Merge PR #987 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-09-20 20:28:44 +00:00

View File

@@ -31,7 +31,7 @@
</button>
</xpath>
<xpath expr="//field[@name='order_line']" position="before">
<field name="is_contract" attrs="{'invisible': []}" />
<field name="is_contract" invisible="1" />
</xpath>
<xpath
expr="//field[@name='order_line']/form//field[@name='product_id']"
@@ -59,7 +59,7 @@
expr="//field[@name='order_line']/form//field[@name='tax_id']/parent::group"
position="after"
>
<field name="is_contract" attrs="{'invisible': []}" />
<field name="is_contract" invisible="1" />
<separator
colspan="4"
string="Recurrence Invoicing"