This question has been flagged
1 Reply
1891 Views

In v13, there is no record rule anymore on the multi-company regarding the res.partner model.

Avatar
Discard
Author Best Answer

if you want to set a limitation, you can apply a domain on the window action.

configuration app --> technical menu--> window actions
Look for "contact" in the model res.partner
Then apply the domain [('company_id', '=', context.get('company_id'))]


This domain will filter the contacts regarding the company you are logged in.


Avatar
Discard