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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
1898
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
ott 23
|
5788 | ||
|
3
set 23
|
2638 | ||
|
0
mag 23
|
2603 | ||
|
1
mag 23
|
2091 | ||
|
2
dic 19
|
41058 |
An idea:
1- https://goo.gl/F42kRf
2- https://bit.ly/3fEvCWG