Hi,
First of all, i'm new to Odoo.
I have Odoo 8 and a MySQL database.
The MySQL db is a production database where are stored informations like customer orders, quantity, ...
I want to extract some data from Odoo's db and insert them in the MySQL db.
Moreover, i want this to be automatic when new data are inserted in Odoo's db.
How can i do that ? With a triggered script using Odoo's webservice API ?
Thx