connector-odoo2odoo icon indicating copy to clipboard operation
connector-odoo2odoo copied to clipboard

Be able to connect OpenERP with Odoo

Open flachica opened this issue 3 years ago • 2 comments

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 avatar Jan 24 '22 19:01 flachica

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 avatar Jan 25 '22 07:01 flachica

@NachoAlesLopez It may be of your interest

flachica avatar Jan 28 '22 10:01 flachica