This question has been flagged

I want to restrict the permission to create customers and products to admin alone.I am not that much clear about setting permissions via Users and Groups.My requirement is, I want only the admin login to create the Products and Customers and restrict all the other users from creating the same.Somebody please guide me in this?

Avatar
Discard

For those who are still looking for the solution for product permissions: https://apps.odoo.com/apps/modules/16.0/product_access_restriction/

Best Answer

You can restrict any user from creating a new product by following these steps:

- Go to:

Settings > in "Users" Select "Manage Users"

Select the user which you need to restrict him from creating a new product.

Select "Edit" then in "Inventory" Select "User" ((Do Not Select Administrator)) then click save.

..

Settings > User & Companies > Select "Groups"

Search for "Inventory / User" then Select it

Select "Access Rights" then Select "Edit"

In the table, you will see "product.template stock user" ..

Tick inside "Create Access" to allow users to create a new product or untick to restrict the user from creating a new product.



Regards,

Yousif Al Qallaf

Avatar
Discard
Best Answer

==> setting/user/administrator/access rights/technical features -- checked it

==>go to setting/groups/

create a new group

in application field put product.product

in user page add users whom you dont want give a access rights

in inherited page add Human Resources / Employee 

now in access rights page select object = product.product 

and then checked on Read Access

And This Is Done

Thanks

 

Avatar
Discard
Author

I tried following the above steps.But still I can create products from login other than admin