Skip to Content
Menu
This question has been flagged
1 Reply
2053 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
Related Posts Replies Views Activity
0
Oct 24
124
2
Sep 23
1508
2
Mar 23
681
0
Jul 22
1392
3
Jun 22
5218