OCA / connector-odoo2odoo

connector-odoo2odoo. Intercompany process, based on odoo-connector
GNU Affero General Public License v3.0
24 stars 64 forks source link

Be able to connect OpenERP with Odoo #13

Open flachica opened 2 years ago

flachica commented 2 years ago

Is your feature request related to a problem? I need to connect an OpenERP 6.1 with an Odoo 15.0

Describe the solution you'd like I started (and I'm going to finish) migrating connector_odoo but when accessing through jsonrpc the message structure is different from what odoorpc proposes. What do you recommend? Shall I make a connector_openerp module? Do I have to backport odoorpc to support previous versions? Is there a library similar to odoorpc for openerp?

/cc @guewen

flachica commented 2 years ago

I think the best thing would be to add the dependency with OERPLib. Based on the 'version' field of the adapter, we could decide whether to use OdooRPC or OERPLib

flachica commented 2 years ago

@NachoAlesLopez It may be of your interest