i am using odoo studio app to configure the product page..
i have two many2one fields. the first one name is [custom product type] and the second one name is [ jewelry product type].
on the other hand each of this fields contains a records.
the first many2one field contains : [Jewelry Products], [Jewelry Materials], [Jewelry Packaging Products], [Jewelry Manufacturing Products] and the second one contains: [Finished], [Semi-Finished]
the first field Technical Name is : x_studio_many2one_field_p3h9M the second Technical Name is: x_studio_many2one_field_OMXi0
this is the Inherited View of Odoo Studio: product.template.product.form customization
` `
{}
{}1
{}
{}
(is not =) which is like this when i use: [["x_studio_many2one_field_p3h9M","!=","Jewelry Products"]] 2nd >> (=) which is like this when i use: [["x_studio_many2one_field_p3h9M","!=","Jewelry Products"]] 3rd >> (is set) which is like this when i use: [["x_studio_many2one_field_p3h9M","!=",False]] 4th >> (is not set) which is like this when i use: [["x_studio_many2one_field_p3h9M","=",False]]
none of them is not working correctly. could anyone help me?