Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to provide database access to third parties in a secure way

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

I recommend you reading carefully Odoo's documentation about users.

https://www.odoo.com/documentation/18.0/applications/general/users.html


I assume you know that creating a user can cause Odoo to charge you.


I advise you to create the user, assign a password to it, and then log in to Odoo with this new user. Then you can see what kind of access you are granting. Of course, you shouldn't give it any permissions from those belonging to the "Administration" group.


When you need to close access, simply "archive" the user.

Avatar
Discard