Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4488 Visualizações

Odoo XMLRPC can be a good tool to migrate odoo from a version to another??

If yes, which is the process to do that using this tool??

Avatar
Cancelar
Melhor resposta

Hi,

First of all. xmlrpc is not a migration tool, it is a web-service/language that can be used to communicate with odoo. WIth the use of the XMLRPC you can connect to odoo database and perform different operation like read, write, create, delete etc.

This XMLRPC can also be used in a way for the data transfer across the database also(migration), in that case, the one who use should write the entire logic of what has to be done inside.


If you are looking for database migration, see the openupgrade from OCA:  https://github.com/OCA/OpenUpgrade

Thanks

Avatar
Cancelar
Melhor resposta

If you are looking for migration from any old version to latest, check here:

https://odoomigrationservices.com

It enlists some successful migration even with multi-company scenario.

Avatar
Cancelar