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

Hi

I hope someone had the same situation or someone know how to help me.
I am trying to migrate a database from openerp 6.1 to odoo, and i saw that the information from res.partner and res.partner_address from version 6.1 now is in res.partner. Without ussing the migration service of odoo what is the best ways to import the information from the two files to odoo?

And what are the best methods to migrate databases from 6.1 to odoo? Building modules or there are other ways like scripts?

Thanks

頭像
捨棄
最佳答案

Well, for task like that, you have some choices...
1. ask odoo to do migration for you : https://migration.odoo.com/
2. check here : https://github.com/OpenUpgrade/OpenUpgrade
3. do it yourself.. 

It is not simple, or easy, especialy if you have some custom modules... 
But can be done.. 

Hope this hels :)

頭像
捨棄

Don't forget to give him a link to the odoo migration page migration.odoo.com

how about 6.0 to odoo ?

Both Odoo and OpenUpgrade can go from version 4.0 through 8.0

最佳答案

As Bole said,

The community OpenUpgrade is the only solution to migrate a database (unless you want to do it all yourself).  You will need to upgrade from 6.1 -> 7.0 and then from 7.0 -> 8.0.  If you have custom modules they will need to be upgrade by you or the original developer.  

If historical data is not important to you and they want to start fresh.  Some people have exported data in .CSV (Comma Separated Value) files and then imported them into Odoo v8.

Sadly, there are no easy solutions.

頭像
捨棄

tnx for reminder ,i'm a bit lazy to insert links, but as you well noticed, it should be there... respectfuly, I put odoo migration on first place ( altough it would not be my firs choice ;) )

Nor mine, I plan on using/contributing to OpenUpgrade. As for the link, I just hate looking for an answer and finding someone say do this but I have no idea how to do it. It takes more time but In the end you should be rewarded with your answer being accepted. hahaha

作者 最佳答案

Thanks for the answers.

The plan is that my company wants to do the migation, without the use of the migration service. We are upgrading the custom modules, the problem we are facing now is the migration of the information from the tables of the database from 6.1 to 8.

I am testing if the etl model (https://github.com/ingadhoc/odoo-etl) can do the task.
Does anyone already tried to use it?
If so, do you have some feedback about it?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
7月 18
6019
5
10月 22
13322
0
10月 18
2751
1
7月 24
1949
0
3月 22
2104