Files
rma/rma/views/stock_warehouse_views.xml
Ernesto Tejeda 7d71958fc6 [ADD] rma: new module
[UPD] Update rma.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rma-12.0/rma-12.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
2024-05-03 13:08:23 +02:00

18 lines
674 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_warehouse_inherit_mrp" model="ir.ui.view">
<field name="name">Stock Warehouse Inherit MRP</field>
<field name="model">stock.warehouse</field>
<field name="inherit_id" ref="stock.view_warehouse"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='wh_output_stock_loc_id']/..">
<field name="rma_loc_id"/>
</xpath>
<xpath expr="//field[@name='out_type_id']/..">
<field name="rma_in_type_id"/>
<field name="rma_out_type_id"/>
</xpath>
</field>
</record>
</odoo>