Merge pull request #893 from expsa/fix

Fix
This commit is contained in:
enagahh 2024-08-25 21:19:23 +03:00 committed by GitHub
commit ca61ee567e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
'name': "Analytic account in hr department",
'version': '14.0.1',
'category': 'Odex25-Purchase/Odex25-Purchase',
'category': 'HR-Odex25',
'author': 'Expert Co. Ltd.',
'website': 'http://exp-sa.com',
'depends': ['hr','analytic'],

View File

@ -24,7 +24,7 @@
'reports/committee_meeting_minutes_report.xml',
'views/budget_confirmation.xml',
],
'depends': ['stock', 'purchase_requisition', 'project','account_budget_custom','account_fiscal_year'],
'depends': ['stock', 'purchase_requisition','exp_analytic', 'project','account_budget_custom','account_fiscal_year'],
'installable': True,
'application': True,
}