openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14538
[Bug 1037766] Re: separate standard price for variants
Hello Dr Ferdinand,
I have checked your issue.But when you use product_variant_multi "extra addons" module.
It will change sale(list) price as well purchase (standard) price after define variant for product. it's working after install it.
Thanks.!!!
** Changed in: openobject-addons
Status: New => Incomplete
--
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):
Incomplete
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