Furthermore, 

When I look in my DB, in product_product, the content of my field  
product_tmpl_id is a integer... 

But when I tried to use it in my action :
domain="[('res_id', '=', 
'product_tmpl_id'),('res_model','=','product.template')]"

my log shows : 
invalid literal for int() with base 10: 'product_tmpl_id'

And, when I insert this field in the product_view.xml, the value is not an 
integer at all ! it's a damned string... and equal to my product'name...
How can I force Tiny to allow me to use the real product_tmpl_id which is in 
the database???





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

Reply via email to