Hey,
We have in house application built on php. I am trying to implement Odoo 10.0 Community edition for Finance (and in future, replace the existing php application with Odoo).
We want the php application to push the changes(like customer creation, invoice details etc) to odoo using the web service. I checked the documentation and tried to use ripcord library but it didn't work.
Can anyone guide me for any tutorials or a way to do it (using php and/or javascript). Thanks.
Try to post the script that did not work and it will be easier to help you.
Provide also details of your PHP environment.
I have a mobile application I use for data surveying and the data gets passed through PHP to CRM/Leads in Odoo, and I build that starting from the sample snippets in the documentation and using ripcord, so I am confident it works.