fix #I77DGF [app_xxx]各模块启动优化 置顶

This commit is contained in:
ivan deng
2023-05-24 22:05:53 +08:00
parent faca4d8641
commit e5dfe5a558
3 changed files with 29 additions and 13 deletions

View File

@@ -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)