Hello there,
I want the public user (id3) see all products of all companies on front-end shop.
So I add something to the original rule :
['|','|','|',(user.id,'=',3),('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)]
But I get this error :
Error
Error message:
Invalid leaf (8, '=', 3)
Somebody could help?
una alternativa [('create_uid','=',3)] or [('create_uid','=',user.id)]