Skip to content

Commit

Permalink
[IMP] purchase_order_line_menu: Improved accessibility to order
Browse files Browse the repository at this point in the history
Enhances usability by making it easier to access Purchase Order
  • Loading branch information
kanda999 committed Nov 14, 2024
1 parent f8c119c commit 1443317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions purchase_order_line_menu/views/purchase_order_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<field name="state" optional="hide" />
<field name="invoice_status" optional="hide" />
</xpath>
<xpath expr="//field[@name='order_id']" position="attributes">
<attribute name="widget">many2one</attribute>
</xpath>
<xpath expr="//field[@name='product_id']" position="after">
<field name="product_type" optional="hide" />
</xpath>
Expand Down

0 comments on commit 1443317

Please sign in to comment.