[FIX] agreement_legal: module name

[UPD] Update agreement_legal.pot

Added translation using Weblate (Portuguese (Portugal))
This commit is contained in:
Maxime Chambreuil
2019-05-01 09:42:04 -05:00
committed by Patrick Wilson
parent 2c5575451f
commit 0986eff343
4 changed files with 1560 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ class ResConfigSettings(models.TransientModel):
module_fieldservice_agreement = fields.Boolean(
string="Link your Field Service orders and equipments to an agreement."
)
module_helpdesk_agreement = fields.Boolean(
module_agreement_helpdesk = fields.Boolean(
string="Link your Helpdesk tickets to an agreement."
)