Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6066 Переглядів

I have added a new user group called driver. It should be allowed to create and edit contact of customer type but should not be allowed to delete it. I have tried to restrict this group using ACL by allowing only Read, Create and Write permissions but it's not working. It can still delete contacts.

<record id="group_rr_driver" model="res.groups">

        <field name="name">Driver</field>

        <field name="category_id" ref="module_rr_helpdesk_category"/>

        <field name="comment">Comments.</field>

</record>

Thanks in advance for your help! :)

Аватар
Відмінити
Найкраща відповідь

Hi,

CRUD rights should work as accepted, please check for below possibilities:

1) Your user is in any other group also, having delete access for Customer object..

2) In current group, access right for customer is defined twice or more with delete access.    


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
січ. 16
5225
1
бер. 16
3379
0
груд. 15
3020
0
бер. 25
1287
0
січ. 25
3386