Merge pull request #1026 from expsa/dev_odex25_accounting

Dev odex25 accounting
This commit is contained in:
mazenmuhamad 2024-09-08 13:00:16 +03:00 committed by GitHub
commit 34d9aa2656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,9 @@ Add asset operations (Transfer, Sell/Dispose, Maitenenace, Assesment)
'application': False,
'installable': True,
'depends': [
'odex25_account_asset','hr_expense_petty_cash', 'hr', 'barcodes', 'report_xlsx'
'odex25_account_asset',
# 'hr_expense_petty_cash',
'hr', 'barcodes', 'report_xlsx'
],
'data': [
'security/groups.xml',

View File

@ -20,7 +20,7 @@
'account',
'account_configuration',
'account_budget_custom',
'hr_expense_petty_cash',
# 'hr_expense_petty_cash',
],