I have this filter:
<filter name="cmm_cases" string="CMM Cases" domain="[('case_type_id.ref','=',_('CMM'))]"/>
But doesn't work because the _() is not supported, how can I translate this value to compare it with the value (already translated) of my Many2one Field?
this is just one of many more strings that I have in filters to compare.