← Back to team overview

openerp-community team mailing list archive

Re: AccessDenied on OpenERP 6.1's XMLRPC on specific database

 

On 19/03/13 18:56, Jonathan Vargas wrote:

I checked group's permission on res.company object, on both development
and production databases, and they seem to be the same.

Sounds like you have missing permissions for some other object, perhaps the
bank info. The ORM will cause a cascading effect on all the related models
when you read which you don't get with a search.

Try running the server in debug mode and/or check the log. It will probably
tell you which object denies access.

Martin


References