Hello all ,
Is it possible to do record rule like this :
['|',('company_id','=',False),('company_id','=',[product.company_id.id])]
As i keep getting an error :
Can i say in a record rule i want the company id to equal the product.product company_id ?