Skip to content

Commit

Permalink
temp rebasing PR 639 (8425ff6)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc authored Feb 6, 2025
2 parents 493bd98 + 8425ff6 commit e7e315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_ux/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def check_currency(self):
for rec in self.filtered(lambda x: x.currency_id == x.company_id.currency_id):
raise ValidationError(_(
'Solo puede utilizar una moneda secundaria distinta a la '
'moneda de la compañía (%s).' % (rec.company_id.currency_id.name)))
'moneda de la compañía (%s).', rec.company_id.currency_id.name))

def write(self, vals):
""" We need to allow to change to False the value for restricted for hash for the journal when this value is setted.
Expand Down

0 comments on commit e7e315a

Please sign in to comment.