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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
600
Vistes
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....
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de maig 25
|
448 | ||
|
0
de maig 25
|
601 | ||
|
2
d’abr. 25
|
549 | ||
|
0
d’abr. 25
|
588 | ||
|
1
d’abr. 25
|
1137 |
how can I do that?