Currently by XMLRPC any application can talk to openERP. Ex. If you create some product in your application then through XMLRPC you can create same product on openERP server.
But If you created some product in openERP then there is no way that openERP call some function or api to call other application.
If there is any API in openERP to distribute data when it receive any data.
Is there anything in openERP which can talk to php application.
Is there a way to migrate \ database. Mysql to postgreSql Or postgreSql to Mysql.
do you want to the remote application to roll back any failed transactions? delete records when deleted in OpenERP?
If I did some thing in openERP like delete, update and create same thing I want to replicate on remote application through openERP. Ex. I added a new product in openERP so when I adding in openERP same time I want to replicate that new product in remote application. Is there a way to do this.