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 6786d6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_p/security/picking_unlock_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
<field name="name">Button Unlock Picking</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>

<record id="group_create_contact" model="res.groups">
<field name="name">Button Create Contact</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>
</odoo>
1 change: 1 addition & 0 deletions custom_p/views/sale_order_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<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>
Expand Down

0 comments on commit 6786d6e

Please sign in to comment.