mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Remove whitespace from company.py.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user