Skip to Content
Menu
This question has been flagged
1 Reply
5337 Views

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.

Avatar
Discard

do you want to the remote application to roll back any failed transactions? delete records when deleted in OpenERP?

Author

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.

Best Answer

I have no idea if this suitable, but you should check it out.

http://openerp-connector.com/

"OpenERP Connector is a powerful framework to develop any kind of bi-directional connector between OpenERP (Open Source ERP) and any other software or service.

"This OpenERP add-on has a modular and generic core, with the ability to be extended with additional modules for new features or customizations.

"The development of OpenERP Connector has been started by Camptocamp and is now maintained by Camptocamp, Akretion and several Contributors."

Avatar
Discard