[ADD] agreement_project

This commit is contained in:
OCA-git-bot
2018-12-27 17:15:37 +00:00
committed by Maxime Chambreuil
parent 43667dfc5f
commit 746d88f3c3
17 changed files with 664 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ 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_project = fields.Boolean(
string='Link your projects and tasks to an agreement.')
module_agreement_repair = fields.Boolean(
string='Link your repair orders to an agreement.')
module_agreement_stock = fields.Boolean(