OpenERP7, new user with full rights, unable to create new partners

With the admin user I can do everything, add, delete, modify, etc. As it should be.

Then, using this user, a new one is added, with full access to the sales and accounting parameters, as well as some others required for sales operations. Then tried to add a new provider and it gives a warning:

Access Denied
The requested operation cannot be completed due to security restrictions.
Please contact your system administrator.
(Document type: Pricelist, Operation: read)

      

All possible combinations of user rights were tested and, as a result, provided full access to all parameters. However, I cannot create new contacts / customers / vendors / etc with this user. I'm running out of options, I don't know what else to check or where to look.

EDIT

Got a response to the brand new OpenERP discussion site recommending disabling user rights Portal

for the user. Undoing it partially worked. The warning still appears, but when I click OK, fill out the provider and save, the new provider is added without error. Any recommendations?

+3


source to share


7 replies


Is a reported bug that appears to be related to multiple company selections and user rights.



Navigate to multi company Access Denied Document Type: Partner, Activity: Read where the error was flagged and followed by other users. Hopefully a patch will be released soon.

+1


source


I really think this is not a mistake.

it is a "Rights" conflict (in access rules and ACLs).

User "Portal or anonymous user" is an external user (from a company) and has only some limited rights to access some publicly available information or may be an external partner who may access his private documents and information related to his relationship with this company ...



A regular OpenERP user (a company employee with some or all of the rights to "call him as an internal user") cannot and should not be a Portal or Anonymous user (with very limited rights) at the same time, and vice versa.

Just uncheck these two options for the internal OpenERP user.

+3


source


I agree, I don't think this is a mistake. I got this error with a user when I created an employee associated with that user. You must be at least a member of the community to add a new customer.

Link to create a new employee:

http://yoururl:PORT/?ts=1369948181483#view_type=kanban&model=hr.employee&menu_id=273&action=328

      

0


source


I got an error when I granted portal permissions to a contact / customer and then when the offer is submitted (testing), when executing the Quotation, an error message appears:

Access is denied

The requested operation could not be performed due to security constraints. Check with your system administrator.

(Document type: Partner, Operation: read)

However, by clicking "OK", you can go past it and proceed with the payment. This is a serious problem with OPENERP. It should be fixed by now ...

0


source


I faced a similar problem, can the solution add a recording rule for the group Administration / Settings

, here's how to do it:

1- Go to Settings->Groups

and select Administration / Settings

. (Make sure a new user is assigned to this group)

2- Click the button Edit

and go to the tab Rules

. (It must be empty)

3- Click the button Add

, this action will open the modal window, click the button Create

on it.

4- Give the new rule a semantic name - eg. Partner: administration settings: see all

- and make sure all permissions are selected.

5- In the object dropdown, res.partner

it will allow you to select the named object Partner

that the error refers to

6- Click the button Add

in the section Groups

and select the group Administration / Settings

.

7- Finally click the button Save & Close

and save the group changes by clicking the button Save

.

Hope this is helpful for those new to OpenERP. In fact, I have already used this solution several times for a similar error related to the permissions a given user should have had.

0


source


This is a rule problem. Deactivate the rule product template. Rules reconfigure access to recording settings when customizing the user. So it looks like users have the same access, but these rules bypass your settings.

0


source


I think you should activate developer mode and go to setting / user -> select the user who has this error. Then click "Edit" and uncheck it publicly under "Other Additional Rights". Then click "Save".

0


source







All Articles