[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.')