Hi Guys,
a brain buster here (or i have been up too long.
I would like to have users see their own partners (multi company) and partners that dont have a specific company allocated but I dont want them to be able to edit the partners that are shared across companies.
I just cant get the global search and group search to work to do this.
typicaly with multi company you would have the below global search
['|',('company_id','=',False),('company_id', 'in', company_ids)] with all access boxes ticked
and then refine access by groups after that ,
I want sales users to then be restricted so they cant edit shared partners but no mater what i try they can still edit. I thought i would just have to restrict their group to read only with a rule definition of
[('company_id','=',False)]
but it doesnt seem to be working
appriciate any ideas