Warning while saving opportunity in OpenERP

后端 未结 3 1222
面向向阳花
面向向阳花 2021-01-25 05:02

After creating an opportunity, when I click on save, it gives me this warning for some users:

\"Operation prohibited by access rules, or performed on an

相关标签:
3条回答
  • 2021-01-25 05:04

    Hi these is due to the access right problem .So you give the proper access right to your user(for creating the oppurtunity)

    0 讨论(0)
  • 2021-01-25 05:05

    Those users probably don't have access rights for the opportunity object, or some child object. Read the access rights documentation for more details.

    Update: You said that you're having trouble configuring a new user. As an experiment, try adding permissions to an existing user instead of starting a brand new user. Also, check that you've configured the roles as well as the permissions, that trips me up sometimes.

    Another Update: You said that removing some groups stopped the warning. It may be that you have removed all access rules from the object. If no groups are explicitly granted access to something in OpenERP, then everyone is granted access. If you really want to figure out what's going on, I suggest you read the documentation I linked to above. You can also search for the error message in the source code and see exactly what it is complaining about. I find it really helpful to run the OpenERP server in debug mode, and step through the code when I'm trying to understand some weird behaviour like this. You can also try and figure out exactly which change triggers this error by adding and removing groups until you find a single change that makes the problem happen.

    0 讨论(0)
  • 2021-01-25 05:24

    same problem here.I'm using Multi-company, I provid all permistion to the user

    0 讨论(0)
提交回复
热议问题