c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23613
[Bug 779193] Re: product - separate decimal precision for standard_price
I do not see why a price field may not have a different precision than an account or value
Example
10000 liter * 1.1015 = 11015.00
100 liter * 1.1015 = 110.15
1 liter * 1.1015 = 1.10
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/779193
Title:
product - separate decimal precision for standard_price
Status in OpenERP Modules (addons):
New
Bug description:
especially when using average price and real time evaluation it is
necessary to specify 4-6 digits for the field standard_price (which
holds the average price)
this is especially true for high volume / low price products
Example
gasoline
price 1,1115€ ~ 111.15¢
purchase qty= 10000 liter
stock qty = 1500 for refill
patch will not break anything but give more flexibility
* defines "Standard Price" as precision for standard_price
Follow ups
References