mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[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/
18 lines
674 B
XML
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>
|