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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
534
ビュー
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....
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
5月 25
|
137 | ||
|
0
5月 25
|
415 | ||
|
2
4月 25
|
357 | ||
|
0
4月 25
|
392 | ||
|
1
4月 25
|
800 |
how can I do that?