Files
manufacture/mrp_multi_level_estimate/views/mrp_area_views.xml
Lois Rilo b11ce738bb [IMP] mrp_multi_level_estimate: Estimates and other demand sources strategy
Introduces a new concept to define the strategy to apply when estimates
coexist with other sources of demand.
2023-07-12 13:01:58 +02:00

14 lines
500 B
XML

<?xml version="1.0" ?>
<odoo>
<record id="mrp_area_form" model="ir.ui.view">
<field name="name">mrp.area.form - mrp_multi_level_estimate</field>
<field name="model">mrp.area</field>
<field name="inherit_id" ref="mrp_multi_level.mrp_area_form" />
<field name="arch" type="xml">
<group name="settings" position="inside">
<field name="estimate_demand_and_other_sources_strat" />
</group>
</field>
</record>
</odoo>