Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2644 Widoki

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 24
1351
2
wrz 23
2595
2
mar 23
1667
0
lip 22
2593
3
cze 22
7049