Hello,
How can I implement a rule for a user id to see only the records that he is assigned to but also the records that are in new state but not assigned to anyone.
My code so far will :
Own complaints
['|', ('state', 'in', ['new']), ('technician', '=', user.id)]
Odoo 13 CE.
Thank you !