I am trying to set the Domain in Odoo Studio to filter results of a field in Sales Order Lines
Current syntax: [["x_studio_pricelist.id","=","order_id.pricelist_id.id"]]
I get an error message stating:
invalid input syntax for integer: "order_id.pricelist_id.id"
If I enter the ID manually as a number in the domain (in this case 113), everything is fine.
How can I modify my syntax so Odoo converts order_id.pricelist_id.id properly?
Sorry, This is not a answer. But how did you solved the problem in the end? Mine is showing "Domain not properly formed" if I edit in xml