mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of hr_expense_change_analytic for 11.0
This commit is contained in:
committed by
Connor Christian
parent
ef4a00ba95
commit
6b40bddcbb
23
hr_expense_change_analytic/__manifest__.py
Normal file
23
hr_expense_change_analytic/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
'name': 'HR Expense Change - Analytic',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'version': '11.0.1.0.0',
|
||||
'category': 'Employees',
|
||||
'sequence': 96,
|
||||
'summary': 'Change Analytic Account on Expense.',
|
||||
'description': """
|
||||
Adds fields and functionality to change the analytic account on expense
|
||||
and subsequent documents.
|
||||
|
||||
""",
|
||||
'website': 'https://hibou.io/',
|
||||
'depends': [
|
||||
'hr_expense_change',
|
||||
'analytic',
|
||||
],
|
||||
'data': [
|
||||
'wizard/expense_change_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
}
|
||||
Reference in New Issue
Block a user