Skip to content

Commit

Permalink
Merge PR #1139 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by dhongu
OCA-git-bot committed Nov 27, 2024
2 parents e3d8543 + c2f7edd commit 8558f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n_ro_account/models/account_account.py
Original file line number Diff line number Diff line change
@@ -38,7 +38,8 @@ def internal_to_external(self):
cont = cont[:-1]

analytic = int(self.code[4:])
cont += "." + str(analytic)
if analytic:
cont += "." + str(analytic)
return cont

def name_get(self):

0 comments on commit 8558f43

Please sign in to comment.