[IMP] Delete fieldservice_equipment_agreement

This commit is contained in:
Maxime Chambreuil
2019-02-07 23:02:43 -06:00
parent 21080e72b2
commit c26a117fe1
2 changed files with 3 additions and 15 deletions

View File

@@ -24,8 +24,7 @@ class ResConfigSettings(models.TransientModel):
module_agreement_stock = fields.Boolean(
string='Link your pickings to an agreement.')
module_fieldservice_agreement = fields.Boolean(
string='Link your Field Service orders to an agreement.')
module_fieldservice_equipment_agreement = fields.Boolean(
string='Link your Field Service equipments to an agreement.')
string='Link your Field Service orders and equipments to an'
' agreement.')
module_helpdesk_agreement = fields.Boolean(
string='Link your Helpdesk tickets to an agreement.')