c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12367
[Bug 698023] Re: [trunk] impossible to delete a product category, even empty, if it contained products previously
Hello mrshelly,
Thanks for reporting,
It has been fixed in lp:~openerp-commiter/openobject-addons/trunk-addons-aag
Revision ID: aag@xxxxxxxxxxxxx-20110113113735-ed412zqg9dc1ve0c
Revision num:5065.
It will be available in trunk soon,
** Changed in: openobject-addons
Status: Confirmed => In Progress
** 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/698023
Title:
[trunk] impossible to delete a product category, even empty, if it
contained products previously
Status in OpenObject Addons Modules:
Fix Committed
Bug description:
In product management module. Add a product, and remove it.
but, It raise an exception when I remove the product's category.
The Exception's text:
null value in column "categ_id" violates not-null constraint
CONTEXT: SQL statement "UPDATE ONLY "public"."product_template" SET "categ_id" = NULL WHERE $1 OPERATOR(pg_catalog.=) "categ_id""
I get some information from the PostgreSQL... the product.template
object 's data is not be removed when the product.product object
removed.
References