Merge pull request #88 from expsa/dev_odex25_accounting

Dev odex25 accounting
This commit is contained in:
zainab2097 2024-07-08 09:44:42 +03:00 committed by GitHub
commit 9343327fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ class AccountChartTemplate(models.Model):
class AccountAccount(models.Model):
_inherit = "account.account"
_inherit = ['mail.thread']
_parent_name = "parent_id"
_parent_store = True