[10.0] extract hr_expense_private_car (#36)

* remove private car stuff from hr_expense_usability

* hr_private_car_expenses
This commit is contained in:
Stéphane Bidoul (ACSONE)
2017-06-23 16:55:01 +02:00
committed by Alexis de Lattre
parent 19d2614feb
commit a9d8137d1f
24 changed files with 281 additions and 201 deletions

View File

@@ -17,15 +17,9 @@
'hr_expense_usability_dp',
],
'data': [
'hr_expense_data.xml',
'hr_employee_view.xml',
'hr_expense_view.xml',
'product_view.xml',
'private_car_km_price_view.xml',
'security/expense_security.xml',
'security/ir.model.access.csv',
],
'post_init_hook': 'create_private_car_km_prices',
'demo': ['private_car_demo.xml'],
'installable': True,
}