I want to set up contacts so that confirmation from a significant person is required whenever anyone creates a new contact. Is there a way to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
449
Vistas
1.Create a Custom Module
2.Add an "Approval Status" Field
add a new field to contacts so that each contact has a status:
- Pending Approval (Default)
- Approved (Allowed to be used)
- Rejected (Not allowed)
3.Add "Approve" and "Reject" Buttons in xml code
4. Restrict Users from Seeing Unapproved Contacts in your security.xml
5.Send an Email to the Approver
6.install your custom module and see everything is right what u wanted....
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
may 25
|
218 | ||
|
2
abr 25
|
220 | ||
|
0
abr 25
|
221 | ||
|
1
abr 25
|
611 | ||
|
0
mar 25
|
445 |
how can I do that?