[ADD] agreement_repair

This commit is contained in:
Sandip Mangukiya
2018-12-27 00:53:27 -08:00
committed by Maxime Chambreuil
parent 0572c390f2
commit a190ffc4dc
18 changed files with 665 additions and 4 deletions

View File

@@ -11,5 +11,7 @@ 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_repair = fields.Boolean(
string='Link your repair orders to an agreement.')
module_agreement_stock = fields.Boolean(
string='Link your pickings to an agreement.')