Skip to Content
Menu
This question has been flagged
2 Replies
4481 Views

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
Discard
Best Answer

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
Discard
Best Answer

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
Discard