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