hi

am trying to integrate openerp to my work, so i created a new database but i 
still have tiny products and so on
so what i wanted to do is deleting all the products and products categories in 
order to create my own hiearchy
but i got errors 
like:

ERROR:  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""

delete from "product_category" where id in (12)
when i try to delete a category of product or this when i try to delete some 
products (some others are delete without any prolem)
ERROR:  null value in column "product_id" violates not-null constraint
CONTEXT:  SQL statement "UPDATE ONLY "public"."stock_move" SET 
"product_id" = NULL WHERE $1 OPERATOR(pg_catalog.=) "product_id""

delete from "product_product" where id in (4)
another thing is that i want to create my own fields special for the clients 
and products
so how can i edit the graphical ui?
i tried some "portal" module but couldnt use it
does anyone have an idea how to create special ui?
 [Wink]




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=26815#26815

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to