mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] agreement_mrp
This commit is contained in:
committed by
Maxime Chambreuil
parent
19ab42e585
commit
089dbda9b3
@@ -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.')
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user