Indeed I would like to allow each user of our ERP to have access only to his own contacts. And also that there is a superuser who will see all of them...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
1912
Widoki
You can add a field to res.partners and override the create method to save the user who created the new contact. then you can override the domain of the contact action to filter based on this idea. you can make this happen by overriding the action view or by overriding res.partners search_read method.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
paź 23
|
5808 | ||
|
3
wrz 23
|
2649 | ||
|
0
maj 23
|
2616 | ||
|
1
maj 23
|
2096 | ||
|
2
gru 19
|
41082 |
An idea:
1- https://goo.gl/F42kRf
2- https://bit.ly/3fEvCWG