diff --git a/l10n_cn_standard_latest/__manifest__.py b/l10n_cn_standard_latest/__manifest__.py index d67b4562..2d053c86 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': '24.11.13', + 'version': '24.11.14', 'author': 'odooai.cn', 'category': 'Accounting/Localizations/Account Charts', 'website': 'https://www.odooai.cn', diff --git a/l10n_cn_standard_latest/models/account_account.py b/l10n_cn_standard_latest/models/account_account.py index 615052e4..75502e1d 100644 --- a/l10n_cn_standard_latest/models/account_account.py +++ b/l10n_cn_standard_latest/models/account_account.py @@ -27,7 +27,7 @@ class AccountAccount(models.Model): parent_id = fields.Many2one('account.account', 'Parent Chart', index=True, ondelete='cascade') child_ids = fields.One2many('account.account', 'parent_id', 'Child Chart') - parent_path = fields.Char(index=True, unaccent=False) + parent_path = fields.Char(index=True) # todo: view 类型只用于上级,不可在凭证中选择使用。 odoo 中使用 _compute_account_type 处理是找不到自动设置为 其上级科目 # 故暂时不增加此类型 # account_type = fields.fields.Selection(selection_add=[ diff --git a/l10n_cn_standard_latest/static/description/index.html b/l10n_cn_standard_latest/static/description/index.html index c4d359dd..8266efeb 100644 --- a/l10n_cn_standard_latest/static/description/index.html +++ b/l10n_cn_standard_latest/static/description/index.html @@ -17,7 +17,7 @@