mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Introduces a new concept to define the strategy to apply when estimates coexist with other sources of demand.
14 lines
500 B
XML
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>
|