Skip to content

Commit

Permalink
[15.0][FIX]product_contract There was no label for the is_contract fi…
Browse files Browse the repository at this point in the history
…eld in the sales order line form view.
  • Loading branch information
Adasat committed Nov 20, 2023
1 parent 0946d60 commit d21167a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions product_contract/views/sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
</button>
</xpath>
<xpath expr="//field[@name='order_line']" position="before">
<field name="is_contract" attrs="{'invisible': []}" />
<group>
<field name="is_contract" attrs="{'invisible': []}" />
</group>

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

0 comments on commit d21167a

Please sign in to comment.