diff --git a/currency_rate_update/model/company.py b/currency_rate_update/model/company.py index 3ac70a27a..dd413bc76 100644 --- a/currency_rate_update/model/company.py +++ b/currency_rate_update/model/company.py @@ -49,7 +49,7 @@ class res_company(models.Model): # Function field that allows to know the # multi company currency implementation multi_company_currency_enable = fields.Boolean( - string='Multi company currency', translate=True, + string='Multi company currency', translate=True, compute="_compute_multi_curr_enable", help="When this option is unchecked it will allow users " "to set a distinct currency updates on each company."