[ADD] agreement_mrp

This commit is contained in:
Sandip Mangukiya
2018-12-26 09:00:35 -08:00
committed by Maxime Chambreuil
parent 19ab42e585
commit 089dbda9b3
17 changed files with 191 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ class ResConfigSettings(models.TransientModel):
module_agreement_maintenance = fields.Boolean(
string='Manage maintenance agreements and contracts')
module_agreement_mrp = fields.Boolean(
string='Link your manufacturing orders to an agreement.')

View File

@@ -46,6 +46,19 @@
</div>
</div>
</div>
<div class="row mt16 o_settings_container">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_agreement_mrp"/>
</div>
<div class="o_setting_right_pane">
<label string="MRP"/>
<div class="text-muted">
Link your manufacturing orders to an agreement
</div>
</div>
</div>
</div>
</div>
</xpath>
</field>