mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma: Fix Route View
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<field name="inherit_id" ref="stock.stock_location_route_form_view" />
|
<field name="inherit_id" ref="stock.stock_location_route_form_view" />
|
||||||
<field name="model">stock.location.route</field>
|
<field name="model">stock.location.route</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='warehouse_ids']" position="before">
|
<xpath expr="//field[@name='warehouse_selectable']" position="before">
|
||||||
<field name="rma_selectable" string="RMA Order Lines" />
|
<field name="rma_selectable" string="RMA Order Lines" />
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user