跳至內容
選單
此問題已被標幟
2 回覆
4533 瀏覽次數

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??

頭像
捨棄
最佳答案

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

頭像
捨棄
最佳答案

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.

頭像
捨棄