New implementation of KM cost to property support the decimal precision at 3 digits (without changing the decimal precision of all prices in Odoo)
This commit is contained in:
@@ -16,13 +16,16 @@
|
||||
'hr_expense_sequence',
|
||||
],
|
||||
'data': [
|
||||
'hr_expense_data.xml',
|
||||
'hr_employee_view.xml',
|
||||
'hr_expense_view.xml',
|
||||
'product_view.xml',
|
||||
'hr_expense_data.xml',
|
||||
'private_car_km_price_view.xml',
|
||||
'security/expense_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'post_init_hook': 'create_private_car_expense_products',
|
||||
'pre_init_hook': 'create_decimal_precision',
|
||||
'post_init_hook': 'create_private_car_km_prices',
|
||||
'demo': ['private_car_demo.xml'],
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user