We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c119c commit 1443317Copy full SHA for 1443317
purchase_order_line_menu/views/purchase_order_line_views.xml
@@ -14,6 +14,9 @@
14
<field name="state" optional="hide" />
15
<field name="invoice_status" optional="hide" />
16
</xpath>
17
+ <xpath expr="//field[@name='order_id']" position="attributes">
18
+ <attribute name="widget">many2one</attribute>
19
+ </xpath>
20
<xpath expr="//field[@name='product_id']" position="after">
21
<field name="product_type" optional="hide" />
22
0 commit comments