[IMP] rma: Fix Route View

This commit is contained in:
Jasmin Solanki
2022-02-23 10:19:21 +05:30
parent 2d3cbd05ae
commit 31d3c9fa21

View File

@@ -18,7 +18,7 @@
<field name="inherit_id" ref="stock.stock_location_route_form_view" />
<field name="model">stock.location.route</field>
<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" />
</xpath>
</field>