mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
19 lines
624 B
XML
19 lines
624 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2019 ACSONE SA/NV
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="stock_rule_form_view">
|
|
<field name="name">stock.rule.form (in stock_packaging)</field>
|
|
<field name="model">stock.rule</field>
|
|
<field name="inherit_id" ref="stock.view_stock_rule_form"/>
|
|
<field name="arch" type="xml">
|
|
<field name="propagate_warehouse_id" position="after">
|
|
<field name="propagate_product_packaging"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|