openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #17544
[Bug 1037766] Re: separate standard price for variants
Further more using the extra_price field yields a bug where the final
prices are incorrect.
See bug report at https://bugs.launchpad.net/openobject-
addons/+bug/1076041
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1037766
Title:
separate standard price for variants
Status in OpenERP Addons (modules):
Confirmed
Bug description:
for product_template the definition is
'standard_price': fields.float('Cost Price', required=True, digits_compute=dp.get_precision('Purchase Price'), help="Product's cost for accounting stock valuation. It is the base price for the supplier price."),
nevertheless if variants are used the standard price must be defined
for variants
reason
the sale price (list price) is computed based on
'price_extra': fields.float('Variant Price Extra', digits_compute=dp.get_precision('Sale Price')),
'price_margin': fields.float('Variant Price Margin', digits_compute=dp.get_precision('Sale Price')),
it is extremely unlikely that a product has an identical standard
price and different sales price.
usually different sale prices are caused by different COGS
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1037766/+subscriptions
References