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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

