← Back to team overview

openerp-india team mailing list archive

[Bug 1037766] Re: separate standard price for variants

 

please confirm this as bug, variants can't be used without a fix (which
is easy enough )

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