diff --git a/l10n_cn_standard_latest/__manifest__.py b/l10n_cn_standard_latest/__manifest__.py index 557d3898..06faa508 100644 --- a/l10n_cn_standard_latest/__manifest__.py +++ b/l10n_cn_standard_latest/__manifest__.py @@ -9,7 +9,7 @@ { 'name': '2025最新中国会计科目表.企业标准会计.Latest Chinese Accounting for odoo18', - 'version': '18.0.25.01.15', + 'version': '18.0.25.02.18', 'author': 'odooai.cn', 'category': 'Accounting/Localizations/Account Charts', 'website': 'https://www.odooai.cn', diff --git a/l10n_cn_standard_latest/models/account_journal.py b/l10n_cn_standard_latest/models/account_journal.py index b7596cf8..b2bed399 100644 --- a/l10n_cn_standard_latest/models/account_journal.py +++ b/l10n_cn_standard_latest/models/account_journal.py @@ -15,6 +15,6 @@ class AccountJournal(models.Model): if hasattr(company, 'coa_delimiter'): delimiter = company.coa_delimiter code = code + delimiter + '01' - new_code = self.env['account.account']._search_new_account_code(code), + new_code = self.env['account.account']._search_new_account_code(code) res.update({'code': new_code}) return res diff --git a/l10n_cn_standard_latest/static/description/index.html b/l10n_cn_standard_latest/static/description/index.html index 4ddc6d37..0ea8d381 100644 --- a/l10n_cn_standard_latest/static/description/index.html +++ b/l10n_cn_standard_latest/static/description/index.html @@ -17,7 +17,7 @@