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:
Alexis de Lattre
2017-06-08 11:25:21 +02:00
parent aca7911d81
commit 19909b6761
13 changed files with 186 additions and 208 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from . import hr_expense
from .post_install import create_private_car_expense_products
from .post_install import create_private_car_km_prices
from .pre_install import create_decimal_precision