File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
purchase_received_qty_adj/views Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 <field name =" model" >purchase.order</field >
66 <field name =" inherit_id" ref =" purchase_stock_picking_return_invoicing.purchase_order_form" />
77 <field name =" arch" type =" xml" >
8- <xpath expr =" //field[@name='order_line']// tree/ /field[@name='qty_to_refund']"
8+ <xpath expr =" //field[@name='order_line']/tree/field[@name='qty_to_refund']"
99 position =" attributes" >
1010 <attribute name =" invisible" >True</attribute >
1111 </xpath >
12- <xpath expr =" //field[@name='order_line']// tree/ /field[@name='qty_refunded']"
12+ <xpath expr =" //field[@name='order_line']/tree/field[@name='qty_refunded']"
1313 position =" attributes" >
1414 <attribute name =" invisible" >True</attribute >
1515 </xpath >
16- <xpath expr =" //field[@name='order_line']// tree/ /field[@name='qty_received']"
16+ <xpath expr =" //field[@name='order_line']/tree/field[@name='qty_received']"
1717 position =" after" >
1818 <field name =" qty_received_net"
1919 invisible =" not context.get('show_purchase', False)" />
You can’t perform that action at this time.
0 commit comments