Skip to content

Commit

Permalink
[14.0][IMP] custom_p: Add lines in bottom of sale line tree view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berezi committed Dec 18, 2024
1 parent 8a49b6b commit 24ef460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_p/views/sale_order_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="decoration-warning">0</attribute>
<attribute name="editable">bottom</attribute>
</tree>
<field name="order_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<button name="action_sale_order_form" position="attributes">
<attribute name="attrs">{'invisible': [(1,'=',1)]}</attribute>
<button name="action_sale_order_form" position="replace">
</button>
<field name="team_id" position="attributes">
<attribute name="optional">hide</attribute>
Expand Down

0 comments on commit 24ef460

Please sign in to comment.