mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Fix translated string with extra spaces
This commit is contained in:
@@ -120,8 +120,8 @@ class CurrencyRateUpdateService(models.Model):
|
||||
if company.auto_currency_up:
|
||||
main_currency = self.company_id.currency_id
|
||||
if not main_currency:
|
||||
raise exceptions.Warning(_('There is no main \
|
||||
currency defined!'))
|
||||
raise exceptions.Warning(_('There is no main '
|
||||
'currency defined!'))
|
||||
if main_currency.rate != 1:
|
||||
raise exceptions.Warning(_('Base currency rate should '
|
||||
'be 1.00!'))
|
||||
|
||||
Reference in New Issue
Block a user