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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
448
Lượt xem
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....
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 5 25
|
218 | ||
|
2
thg 4 25
|
218 | ||
|
0
thg 4 25
|
220 | ||
|
1
thg 4 25
|
610 | ||
|
0
thg 3 25
|
444 |
how can I do that?