Skip to content

Commit 1443317

Browse files
committedNov 14, 2024·
[IMP] purchase_order_line_menu: Improved accessibility to order
Enhances usability by making it easier to access Purchase Order
1 parent f8c119c commit 1443317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎purchase_order_line_menu/views/purchase_order_line_views.xml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<field name="state" optional="hide" />
1515
<field name="invoice_status" optional="hide" />
1616
</xpath>
17+
<xpath expr="//field[@name='order_id']" position="attributes">
18+
<attribute name="widget">many2one</attribute>
19+
</xpath>
1720
<xpath expr="//field[@name='product_id']" position="after">
1821
<field name="product_type" optional="hide" />
1922
</xpath>

0 commit comments

Comments
 (0)
Please sign in to comment.