openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15752
[Bug 1050685] Re: product_variant_multi adds variant information to product name but is redundant on reports
Hello,
"product_variant_multi" module is part of the extra-addons, which are maintained by the community, including all the modules created by "OpenERP" or "Tiny",
as none of these are actively developed by our teams anymore.
I have faced the same issue at my end, It should be take variant
information only one time.
If you or anyone from the community would like to work on it, please mark the bug as "In progress" and assign it to yourself
(or ask us or anyone from OpenERP Drivers to do it for you). In the mean time, we will mark it as "Won't fix" to indicate that
no further progress is expected at the moment.
Thank you!
PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 and trunk branches of extra-addons:
- https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
- https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
** Changed in: openobject-addons
Status: New => Won't Fix
** Summary changed:
- product_variant_multi adds variant information to product name but is redundant on reports
+ [extra-addons]product_variant_multi adds variant information to product name but is redundant on reports
--
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:
[extra-addons]product_variant_multi adds variant information to
product name but is redundant on reports
Status in OpenERP Addons (modules):
Won't Fix
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
References