Initial commit hr_expense_vendor for 11.0

This commit is contained in:
Jared Kipe
2018-04-23 09:54:32 -07:00
parent 13f2c20a62
commit fb924ca7f9
7 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
'name': 'HR Expense Vendor',
'version': '11.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,
}