category_ids = fields.Many2many(related='employee_id.category_ids', string='Tags')
In XML tree view:
I have tried the above. it's working fine. I can filter the data using category_ids.
But I can't group by using category_ids! I have tried using store=True. but it gives me below error:
psycopg2.errors.UndefinedTable: relation "none" does not exist