Skip to Content
Menu
This question has been flagged
1 Reply
2274 Views

the table is product.template and product.product and I need put the row in product.public.category.product.template.rel

this is my code:

vals_product_category = {'product_template_id':id_product_template,'product_public_category_id':id_category[0]}
# print vals_product_category
id_product_category = object_proxy.execute(DB,uid,PASS,'product.public.category.product.template.rel','create',vals_product_category) 



but I have this error:

xmlrpclib.Fault: <Fault warning -- Object product.public.category.product.template.rel doesn't exist

Avatar
Discard
Author Best Answer

https://github.com/poehlmann/import_data_odoo


solution!! , any question you can ask here

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 23
845
0
Sep 18
2226
0
Oct 17
8442
3
Aug 17
4778
2
Jul 24
8845