Merge pull request #84 from expsa/dev_odex25_accounting

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

View File

@ -18,7 +18,7 @@
'version': '1.0',
# any module necessary for this one to work correctly
'depends': ['account', 'odex25_account_reports'],
'depends': ['account', 'odex25_account_reports','mail'],
# always loaded
'data': [

View File

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