Rights granted to a user for a particular entity instance.
Questions tagged [access-rights]
266 questions
0
votes
0 answers
How to prohibit/workaround recursive rights on Google Drive?
Let's say you have the following structure:
- Folder A
-- Folder A.A
-- Folder A.B
-- Folder A.C
- Folder B
-- Folder B.A
-- Folder B.B
-- Folder B.C
and three users, let's call them User 1, 2 and 3.
I want to grant all users access to Folder A…
0
votes
1 answer
How to add rule in openerp7
I have code that shows I have multiple stations each station have a different worker.. I use rule to show each station to it's worker only .. I have supervisor who must see all stations .. how can I do rule for the supervisor to see all…

Maram Azez
- 3
- 4
0
votes
1 answer
Restrict user groups in Odoo
I have created a module with the model Workers. I gave my Employee group right access to the Workers object to be able to read and write. So the user belonging to the Employee group can access every view belonging to the Worker object.
However, I…
0
votes
1 answer
Giving Employee usergroup access to custom module - Odoo
I have created a module named Purchases containing menu item: Purchasesand views: Received purchases, Pending purchases and want to give access to this module to only the Employees\Employee.
I have created a new user with email emp1@gmail.com from…

Mingg Lex
- 151
- 3
- 12
0
votes
1 answer
Visual Studio 2010 Cannot save changes "Access To the Path is denied"
I actually read some answers to a similar question, but the suggestions did not help very much.
I have this VM with a 2010 VB application I need to configure some methods and make changes into the config files. It does not work as I get Access to…

dolly_do
- 97
- 3
- 3
- 15
0
votes
1 answer
An OSX application I wrote says "Permission Denied" when downloaded from internet
I have created an application for OSX that I intend to distribute by download of an .app file from my website. The problem is that when the file is downloaded, then executed it stalls and the console says "sh: : Permission Denied"
This does not…

DrOrpheum
- 23
- 6
0
votes
3 answers
odoo inheriting model res.users
i hope i got an answer !
after inheriting res.users model
#-*- coding: utf-8 -*-
from openerp import fields, models, api
class res_users_list(models.Model):
_inherit='res.users'
price_list = fields.Many2many(string='Listes de prix…

Sofiane Mdj
- 63
- 2
- 10
0
votes
1 answer
access rights allow modifications and deny delete
I have following PowerShell script.
I would like to allow users to create files and folders and name them as they like + access them and write into them BUT I would also like to prevent users from deleting folders and files.
If I remove "Modify"…

Vojta
- 379
- 1
- 4
- 15
0
votes
1 answer
Set bitmask to CRM AccessRights
I have an issue with setting the accessrights for a principal in CRM. I have to retrieve the actual access rights for a particular team set these rights.
Actually the accessrights are set like this:
principal.AccessMask =…

Martin Felber
- 121
- 17
0
votes
0 answers
MINIX: Changing the chmod system call, printing acces rights
As part of a homework on minix operating system(version 3.2.1) I'm tasked with changing the chmod system call in the way that it prints the name and access rights right after I call it. For example the following command :
chmod 755 file.c
should…

Dimitris Delis
- 55
- 1
- 13
0
votes
1 answer
Cross Database Grants in SQL Server
I have a stored procedure X in Database A.
X, among other things, updates table Y in Database B
I have granted execute on X to User1 but when User1 calls X it gets the following error:
The UPDATE permission was denied on the object 'Y', database…

Richard B
- 895
- 13
- 39
0
votes
1 answer
Is it possible to provide access rights to all the dashboards inside one database?
There are two databases configured on superset. I want to have a role that has access to all the dashboards/slices on one database, but not on the other one.
Let's say that I want to provide access to a db called main.
Is providing datasource access…

dmigo
- 2,849
- 4
- 41
- 62
0
votes
2 answers
How can I output text to another console already open C++
Hi this is my first question on stack overflow
(Im a junior programmer :P and french too...So apologies in advance for gramatical mistake I make)
Im trying to start a elevated process to attach back to the console of the parent to write its…

0xd34dc0de
- 493
- 4
- 10
0
votes
1 answer
Linux: Unexpected rights during execution
I am trying to connect to a COM port "TTYACM0" on a raspberry PI, but when I try to open it with my user, it fails. and when I execute as sudo it works well.
I checked my user rights and it is in all groups needed:
user : user root tty dialout sudo…

Michaël Thibaud
- 1
- 1
0
votes
2 answers
What's the best practice to only allow another tomcat webapp redirects link to Wordpress?
I want to add access rights to Wordpress. only allow the users that already login the application on tomcat, can access the Wordpress.
Application(tomcat, not in AWS) ----allow access---> Wordpress (AWS)
External users cannot access Wordpress.

Vfire
- 41
- 4