From 8ab28eeb7e62286deadf0e1de8d05197d0f24043 Mon Sep 17 00:00:00 2001 From: Fekete Mihai Date: Wed, 19 Nov 2014 15:12:39 +0200 Subject: [PATCH] Remove whitespace from company.py. --- currency_rate_update/model/company.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."