[11.0][IMP] mrp_multi_level:

* Able to run MRP only for selected areas.
 * Clean logging messages.
This commit is contained in:
Lois Rilo
2019-05-02 13:00:48 +02:00
committed by Lois Rilo
parent 2ff15518b0
commit ac476a89a7
7 changed files with 165 additions and 99 deletions

View File

@@ -6,6 +6,9 @@
<field name="model">mrp.multi.level</field>
<field name="arch" type="xml">
<form string="Run MRP Multi Level">
<group>
<field name="mrp_area_ids" widget="many2many_tags" options="{'no_create': True}"/>
</group>
<footer>
<button name="run_mrp_multi_level" string="Run MRP" type="object" class="oe_highlight" />
or