mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I77DGF [app_xxx]各模块启动优化 置顶
This commit is contained in:
@@ -27,6 +27,6 @@ class AccountAccountTemplate(models.Model):
|
||||
|
||||
parent_id = fields.Many2one('account.account.template', 'Parent Chart', index=True, ondelete='cascade')
|
||||
child_ids = fields.One2many('account.account.template', 'parent_id', 'Child Chart')
|
||||
parent_path = fields.Char(index=True)
|
||||
parent_path = fields.Char(index=True, unaccent=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user