← Back to team overview

openerp-india team mailing list archive

[Bug 1050685] [NEW] product_variant_multi adds variant information to product name but is redundant on reports

 

Public bug reported:

After generating products using this module, the invoice line displays
variant information twice. Example:

[Product]-[Variant1]-[Variant2]-[Variant1]-[Variant2]  on some reports,
such as sales orders, packing lists, and others. After investigating the
module description, I can see that the author has overridden some code,
but I don't know how to fix it.

Reading the module description:
"Gotchas:
Because many OpenERP reports refer only to the product name without taking care of the
variant, we decided it's better that each variant has a different name expliciting
the variant specifics. So we override the product.template#name field and make it
optional while product.product now has a new mandatory name field. This is usualy
transparent as OpenERP modules try to get their properties like name from product.product
and only from product.template if not found on product.product. But at least you
will have been warned."

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  product_variant_multi adds variant information to product name but is
  redundant on reports

Status in OpenERP Addons (modules):
  New

Bug description:
  After generating products using this module, the invoice line displays
  variant information twice. Example:

  [Product]-[Variant1]-[Variant2]-[Variant1]-[Variant2]  on some
  reports, such as sales orders, packing lists, and others. After
  investigating the module description, I can see that the author has
  overridden some code, but I don't know how to fix it.

  Reading the module description:
  "Gotchas:
  Because many OpenERP reports refer only to the product name without taking care of the
  variant, we decided it's better that each variant has a different name expliciting
  the variant specifics. So we override the product.template#name field and make it
  optional while product.product now has a new mandatory name field. This is usualy
  transparent as OpenERP modules try to get their properties like name from product.product
  and only from product.template if not found on product.product. But at least you
  will have been warned."

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1050685/+subscriptions


Follow ups

References