someone knows how to give permission to users created in odoo. It turns out that I already do all the code but I do not know where to go in the odoo system to be able to grant her permission. Can someone help me please?
Go to Settings >> Users & Companies and select the user.
Choose the Access restriction for apps from the Application Accesses menu .
You can give permission to user two ways:
Settings --> Users & Companies --> Users --> Select User
your module/security/ir.model.access.csv
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
Related
I have a user with permissions across many projects (see image below).
I have a new user who just joined the company. I want to give him the exact same permissions. How can I do this? I don't want to do it manually because that will take me ages and the Google Cloud Documentation is useless! I cant find much on using gcloud command line to do this with examples.
There must be a easy way to duplicate permission?
Thanks
It is indeed possible to grant a role to a member for more than one project:
Open the IAM & Admin Projects page in the GCP Console.
Select all the projects for which you want to grant permissions.
Click the Show Info Panel, followed by the Permissions tab.
Enter an email address in the Add members field, and select the desired role from the drop-down menu.
Click the Add button. The member will be granted the selected role in each of the selected projects.
Granting access rights to project is an action fraught with security risks, so bulk gcloud commands or simple copying of roles are understandably not supported.
You can find more detail on the "Granting, Changing, and Revoking Access to Resources" documentation page.
I got a SQL Server database, where users are logged with windows credentials. I'm trying to look at users and groups permissions (reader, db_owner, etc) on SSMS.
I'm not sure if i can get that info on Security, or Roles. It seems i'm looking in the wrong place.
Could somebody point me on the right direction?
Thanks,
ps: edit: this is the screen i'm looking for
Go to Security -> Logins -> double click on needed user -> go to User Mapping -> click on needed user on "Users mapped to this login:" form
Adding permissions to a role enables the given permission to all users in that role by default; this is something I want to avoid.
I want to be able to set permissions like "Booking: View own Bookings" at user level and not the role level.
Is there a module that already does this, or can someone give me some possible approaches or pseudo code of some kind?
Yes, there's the User Permissions module.
User Permissions provides an interface for giving additional permissions to individual users without the need to assign them to a special role. When this module is enabled, users with the 'administer permissions' permission can access the 'User Permissions' tab on each user's account.
How would i go about blocking users from being able to access the Parent site from a sub-site
also in the ribbon where you can click the small folder and you get a tree view of the sites, i want the Parent site not to be visible for users which belong to the sub-site
I've tried giving the sub site separate permissions which doesn't work for me.
Can you check what kind of permission user has on top site.
Useally when user is created in sub site and granted with permissions he is automatically granted with min rights to be able to pass through the top site collection.
Try to find user in the readers group on top site level collection.
Check which rights he has and try to ungrant permissions...
Hope it helps,
Andrew
look at powershell script that can map you all the autherizastions the user have , it can assist the problem solving
If I want to add new users who access the Magneto and how can I give them permissions to access some menus as Catalog , system ...etc and they didn't access others how can I do it.
I had solved this issue from System > permission > users , role and I followed all steps and solved my issue