Skip to content

Commit

Permalink
Merge commit 'refs/pull/633/head' of https://github.com/oca/account-a…
Browse files Browse the repository at this point in the history
…nalytic into 16.0-6046
  • Loading branch information
docker-odoo committed Mar 12, 2024
2 parents 043f470 + 2c8196e commit 716aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_analytic_parent/models/account_analytic_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AccountAnalyticAccount(models.Model):
_parent_store = True
_order = "complete_name"

parent_path = fields.Char(index=True)
parent_path = fields.Char(index=True, unaccent=False)
parent_id = fields.Many2one(
string="Parent Analytic Account",
comodel_name="account.analytic.account",
Expand Down

0 comments on commit 716aae5

Please sign in to comment.