Questions tagged [access-rights]

Rights granted to a user for a particular entity instance.

266 questions
0
votes
1 answer

Odoo res.groups Boolean instead of Dropdown

i have developed a custom module and in that custom module i am trying to give my own access rights. for that purpose i have created a xml with access groups and a csv that specifies appropriate access right now all this is working quite fine But i…
Daim Sayed
  • 17
  • 7
0
votes
1 answer

Access Right for users

In my odoo 10 after several month I am encountering the problem of Access Right for my users. When they want to group the tasks based on project, etc they face the following message: Odoo Warning - Access Error The requested operation cannot be…
Yasser
  • 11
  • 4
0
votes
1 answer

Odoo ir.rule domain_force for group role depend on state

I have 3 group roles: user, manager and logist. And need that user and manager on states 'approved', and 'to_approve_second' do not have write right. all the users have write right and there are ir.rules: Follow Purchase…
fueggit
  • 859
  • 1
  • 22
  • 44
0
votes
1 answer

Cannot clone a a git repo from private server

I am developing a git infrastructure testing purposes. One of the things I am trying to test is clone a bare git repo from an AWS Ubuntu server. is type in the flowing git clone ubuntu@numbers.us-west-2.compute.amazonaws.com:/srv/git/Test_Git.git I…
Franco Pettigrosso
  • 4,056
  • 2
  • 20
  • 32
0
votes
2 answers

wmi SetSecurityDescriptor

Try to grant access right on systemroot by wmi with sddl, but get an error of invalid parameter. This is my function: function GrantSysRoot { Param ( [string]$strcomputer ) $sec = Get-WmiObject -Class…
altynos
  • 3
  • 2
0
votes
1 answer

WebSphere MQ Explorer read only rights on queues

I am trying to restrict users on queues they could see in the Websphere MQ explorer. What i do right now is just configure Websphere MQ explorer queues in user systems (without any user creation). I got to see an online help but i could not…
jonathan white
  • 33
  • 4
  • 15
0
votes
1 answer

How can I push commit to Gerrit if "committer email address does not match your user account"?

Gerrit type auth is http (apache2 uses for authentification (file user-password) ) When I try push origin HEAD:refs/for/master I have error: remote: ERROR: In commit 21875449d592efeb74543b836d7967e12befc944 remote: ERROR: committer email address…
Andrii Rallo
  • 87
  • 1
  • 12
0
votes
1 answer

Open SQL Server database with read-only access - making sure

I have an application written in C# that has a SQL Server backend. We shall give power users the ability to create reports by writing and executing their own SQL scripts against the systems database. Now, obviously, I cannot use the SQL Server user…
Daniel
  • 1,391
  • 2
  • 19
  • 40
0
votes
1 answer

How to configure access rights for issues in an organization on GitHub?

I set up an organization on GitHub and invited some members. Most members have the status member. They can create issues, but are not able to set a label or to assign the issue to another member. I figured out, where to set repository permissions:…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
0 answers

Rights needed for accessing wmi32_process.GetOwner

I am working on a PowerShell script that (among other things) gets the currently logged in user to a list of VM's, using WMI to get the owner of any explorer.exe processes. $User = Get-WmiObject -Class win32_process -ComputerName $strVMName…
0
votes
0 answers

odoo 403 Forbidden error on web shop product

Whenever I a product in the web shop with another user than Admin, or with no user (public) I get the 403 Forbidden Error screen and following error in console: QWebException: ('AccessError', 'No value found for…
Jesse
  • 727
  • 13
  • 44
0
votes
1 answer

Different header navigation by specified user right values from SQL database to PHP (CMS)

I am having trouble making a PHP code. The PHP code a header navigation. In this header, It will show different headers for different users. I had added a column in my SQL database called "groups". I had added the default "0" as a INT. So when users…
0
votes
0 answers

AWS account permission for EMR only

We have a data engineer position which will work solely in EMR scope. Our corporate AWS account have important EC2 servers and S3 buckets which we can't afford sharing with data engineer. How can I grant an IAM user rights only to…
snowindy
  • 3,117
  • 9
  • 40
  • 54
0
votes
1 answer

make an insert action in a table without having the access right postgresql

i need to create a function that insert data rows in a table and make it executable for a user without giving the user the right to do any other action in the table ( no select or directly insert). i tried with an insertion on a different table and…
0
votes
1 answer

Update event does not work with EWS Access Denied

I am creating Meeting from application using EWS. With soap request { "body":{ "m:CreateItem":{ "attributes":[ { "SendMeetingInvitations":"SendToAllAndSaveCopy" } ], …
eomeroff
  • 9,599
  • 30
  • 97
  • 138