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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1
Responder
1917
Visualizações
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
out. 23
|
5812 | ||
|
3
set. 23
|
2654 | ||
|
0
mai. 23
|
2629 | ||
|
1
mai. 23
|
2096 | ||
|
2
dez. 19
|
41090 |
An idea:
1- https://goo.gl/F42kRf
2- https://bit.ly/3fEvCWG