c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15642
[Bug 713221] Re: BOM Allows Self reference "recursion error"
Hello,
It is now fixed in lp:~openerp-commiter/openobject-addons/dev-
addons2-rha1 with
Revision ID: rha@xxxxxxxxxxx-20110210071628-hnybpta0k5k0x8jo
Revision no: 4499.
It will be available in trunk soon.
Thanks for reporting.
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/713221
Title:
BOM Allows Self reference "recursion error"
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
When creating a BOM for a product OpenERP allows you to add the
product in the bom as a component product. What happens is that while
processing the bom it tries to reproduce the product over and over
again causing a recursion maximum limit error.
When creating BOM it should not allow you to add the product that is
the bom as a component. It should check and deny so later when you
have over a 1,000 bom you do not have to figure out which one is
causing the issue.
References