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,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)
|
||||
parent_path = fields.Char(index=True, unaccent=False)
|
||||
|
||||
@api.model
|
||||
def _search_new_account_code(self, company, digits, prefix):
|
||||
|
||||
Reference in New Issue
Block a user