Skip to Content
Menu
This question has been flagged
2 Replies
3936 Views

I have configured some customers on my Odoo 11. I would like to make them editable only by administrator. Currently they are editable by any user of the system. What configuration can deny editability by users that are not administrators?

Other question: is it possible to configure the system in such a way that some customers are viewable only by a subset of users?

Thank you

Avatar
Discard
Best Answer

1. Please read the documentation about Odoo security and other documents which are easy to find using Google, such as:

2. Do NOT use the Administrator user for operational purposes.

Avatar
Discard
Best Answer

You can disable create and edit option of customers using contact creation group.

-Activate developer mode

-Open user form from settings/ Users&companies/ users

-Under extra rights/ contact creation field.

If you uncheck this field then the user can't edit or create customers(can read).

If you deny read option of customers to a user(using record rules), then he won't be able to open any form containing relation to customer table(example: sale order, invoices etc).

Avatar
Discard