c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03473
[Bug 628913] Re: [5.0] Module product_variant_multi makes OERP crash
As this is not an official addon, I close the bug.
Thanks.
** Changed in: openobject-addons
Status: Confirmed => Won't Fix
--
[5.0] Module product_variant_multi makes OERP crash
https://bugs.launchpad.net/bugs/628913
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Won't Fix
Bug description:
The module "product_variant_multi" could be responsible of the error message "maximum recursion depth exceeded calling a Python object" that appears in both these situations:
1. When you try to DUPLICATE a product in the products form of the "core" OpenERP.
2. Using ZikZakMedia's module "esale_osc", when you try to import products, after correct mapping of categories, languages and taxes.
As soon as you uninstall "product_variant_multi", the other mentioned functions work correctly.
Debugging the code, the error seems to be not very far from execution of the line 547 from the file addons/product/product.py, which states
return super(product_product, self).copy(cr, uid, id, default=default,
context=context)
Unfortunately, my skills do not allow me (by now) to suggest a solution.