Good day,
I am working on a project, and i have faild to bypass this Record Rule ['|',('company_id','=',False),('company_id', 'in', company_ids)]
What I want to achieve is that If Company A makes a request to Company B for a medical(lab) test request, this request should be available in both Company Lab Request List View. I have a feild called laboratory_id (which is the same as company_id). I am wondering how I can use laboratory_id in a record rule to show both the requests to both Company A & B.