mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]rma_line view in the sale order line
This commit is contained in:
committed by
JasminSForgeFlow
parent
6c8eb8e2a3
commit
9e40d40aff
@@ -7,13 +7,11 @@
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath
|
||||
expr="//notebook/page/field[@name='order_line']/form/group/group"
|
||||
position="inside">
|
||||
<group name="rma">
|
||||
expr="//notebook/page/field[@name='order_line']/form/group/group/field[@name='price_unit']"
|
||||
position="after">
|
||||
<field name="rma_line_id"
|
||||
options="{'no_create': True}"
|
||||
groups="rma.rma_customer_user"/>
|
||||
</group>
|
||||
groups="rma.group_rma_customer_user,rma.group_rma_supplier_user"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user