Merge pull request #228 from ForgeFlow/13.0_imp_rma

[13.0][IMP] rma: Fix Route View
This commit is contained in:
Lois Rilo
2022-02-23 14:24:39 +01:00
committed by GitHub

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>