mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
24 lines
582 B
Python
24 lines
582 B
Python
{
|
|
'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,
|
|
}
|