my main problem is how can i search by name the id of a given category, let me explain , so ,in my database i have a table called product_category where is stored a 5 level categories. let’s take an example of it: id name parent_id 1 A 2 B 1 3 C 2 4 D 5 A 4 6
Tag: odoo
How do I print dynamic sql constraint error statement
I am working on odoo 11 and I want to change the error states of the following SQL constraint and print a dynamic error statement which shows the field “number” inside the error message. from odoo …