mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -31,7 +31,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//field[@name='order_line']" position="before">
|
<xpath expr="//field[@name='order_line']" position="before">
|
||||||
<field name="is_contract" attrs="{'invisible': []}" />
|
<field name="is_contract" invisible="1" />
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath
|
<xpath
|
||||||
expr="//field[@name='order_line']/form//field[@name='product_id']"
|
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"
|
expr="//field[@name='order_line']/form//field[@name='tax_id']/parent::group"
|
||||||
position="after"
|
position="after"
|
||||||
>
|
>
|
||||||
<field name="is_contract" attrs="{'invisible': []}" />
|
<field name="is_contract" invisible="1" />
|
||||||
<separator
|
<separator
|
||||||
colspan="4"
|
colspan="4"
|
||||||
string="Recurrence Invoicing"
|
string="Recurrence Invoicing"
|
||||||
|
|||||||
Reference in New Issue
Block a user