Files
suite/hr_expense_vendor/__manifest__.py
2022-01-05 13:57:52 -08:00

20 lines
458 B
Python

{
'name': 'HR Expense Vendor',
'version': '15.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Human Resources',
'summary': 'Record the vendor paid on expenses.',
'description': """
Record the vendor paid on expenses.
""",
'website': 'https://hibou.io/',
'depends': [
'hr_expense',
],
'data': [
'views/hr_expense_views.xml',
],
'installable': True,
'auto_install': False,
}