To prohibit the creation of contact from CRM.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
To prohibit the creation of contact from CRM.
Go to the CRM app
Open an opportunity and go to the from view (debug mode)
go to you inherited views - copy and past that code:
<xpath expr="//field[@name='partner_is_blacklisted']/..//field[@name='partner_id']" position="attributes">
<attribute name="options">{'no_create_edit': True}</attribute>
</xpath>
go to a lead and copy past that code to the inherited view
<xpath expr="//field[@name='partner_id']" position="attributes">
<attribute name="options">{'no_create_edit': True}</attribute>
</xpath>
Finally: pay attention to the access rights you give - if you don't want that one user can create a contact you don't have to just put him away of the contact creation from the extra rights. You also have to go to the access rights details (debug mode - top right). Sort by object and then take him off from creation and delete rights of each contact object.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Okt 22
|
83 | ||
How does CRM Lead Scoring Computation work
Diselesaikan
|
|
1
Apr 21
|
5376 | |
|
1
Mar 22
|
3623 | ||
How to locate opportunities in the map view ?
Diselesaikan
|
|
1
Jun 24
|
3642 | |
|
3
Sep 21
|
6588 |