Hello
How do I get res_partner to only show me customers and not everything under res_partner?
From a tutorial it said to add this: domain = "[("customers", "=", True)]" to <field name = "res_partner_id" />
eg: field name = "res_partner_id" domain = "[("customers", "=", True)]" />, this doesn't work. It there another syntax I should be using?