This question has been flagged
2 Replies
2831 Views

I am new in OpenERP. I need to create a new OpenERP7 Point of Delivery(POD) module. I want to know what are all the possible ways (Either full python code or web services way)? I want to write in webservices + javascript way. So that I can easily integrate the module with mobile app also. Please guide me where I can get all the default web services provided by OpenERP and other relevant information .

Avatar
Discard
Best Answer

https://accounts.openerp.com/forum/Help-1/question/6817

Avatar
Discard
Author

I want to write a module webservices + javascript way. Is it possible?

I would recommend that you look at interacting with OpenERP via the XMLRPC interface. The best library for that is oerplib. Also, look at Should I use oerplib OR openerp-client-lib?.

Author Best Answer

I want to write a module webservices + javascript way. Is it possible?

Avatar
Discard