← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 779193] Re: product - separate decimal precision for standard_price

 

On Sunday 08 May 2011, you wrote:
> 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

Ferdinand,
I don't object to your proposed functionality. I only say that the change from 
our current implementation to the one you propose needs a migration strategy.

-- 
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


References