This question has been flagged
1 Reply
4964 Views

I need to access data in the SaaS version, could someone explain how could one achieve this? I ' m using a trial version but I have not succeeded. I have followed these directions: help.openerp.com/question/915/is-the-xml-rpc-api-available-on-openerp-online

Avatar
Discard
Best Answer

One issue might be that you are using the login/password of the openerp.com account. This will not work. You need to use the login/password of the database. In order to do so, you need to go to Settings>Users, then click on a user (that you will want to use through the API), then go to More>Change password, and make sure to specify a password there. You will then have to use this login/password in your API calls. Again, you have to realize that this is not the login/password of your openerp.com account.

Avatar
Discard

Which data do you want to access, and why?