Initial commit of hr_expense_change_analytic for 11.0

This commit is contained in:
Jared Kipe
2018-11-22 12:30:41 -08:00
committed by Connor Christian
parent ef4a00ba95
commit 6b40bddcbb
7 changed files with 130 additions and 0 deletions

View 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,
}