[FIX]rma_line view in the sale order line

This commit is contained in:
aheficent
2018-10-02 12:10:58 +02:00
committed by ahenriquez
parent 25cbf1bc1c
commit 47bcf3d9f1

View File

@@ -7,13 +7,11 @@
<field name="inherit_id" ref="sale.view_order_form"/> <field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath <xpath
expr="//notebook/page/field[@name='order_line']/form/group/group" expr="//notebook/page/field[@name='order_line']/form/group/group/field[@name='price_unit']"
position="inside"> position="after">
<group name="rma"> <field name="rma_line_id"
<field name="rma_line_id" options="{'no_create': True}"
options="{'no_create': True}" groups="rma.group_rma_customer_user,rma.group_rma_supplier_user"/>
groups="rma.rma_customer_user"/>
</group>
</xpath> </xpath>
</field> </field>
</record> </record>