Skip to content

Commit

Permalink
Merge PR #987 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 20, 2023
2 parents 347f835 + 1e1752c commit 83e3bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_contract/views/sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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']"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 83e3bff

Please sign in to comment.