[ADD] agreement_stock

This commit is contained in:
Sandip Mangukiya
2018-12-26 23:58:52 -08:00
committed by Maxime Chambreuil
parent b562ee210a
commit 3c7cc05c34
21 changed files with 789 additions and 15 deletions

View File

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

View File

@@ -59,6 +59,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_stock"/>
</div>
<div class="o_setting_right_pane">
<label string="Stock"/>
<div class="text-muted">
Link your pickings to an agreement
</div>
</div>
</div>
</div>
</div>
</xpath>
</field>