mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
22 lines
531 B
Python
22 lines
531 B
Python
{
|
|
'name': 'HR Expense Lead',
|
|
'version': '12.0.1.0.0',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'category': 'Human Resources',
|
|
'summary': 'Assign Opportunity/Lead to expenses for reporting.',
|
|
'description': """
|
|
Assign Opportunity/Lead to expenses for reporting.
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'hr_expense',
|
|
'crm',
|
|
],
|
|
'data': [
|
|
'views/hr_expense_views.xml',
|
|
'views/crm_views.xml'
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|