This question has been flagged
3 Replies
5302 Views

Hello-

I have read a couple of posts about how to upgrade from v11 to v12. I am aware that I'll need to use OpenUpgrade to complete this process since I am currently using the community edition, but I can't seem to find any guides or tutorials on how to complete this process. There are a lot of features that I'd really like to use!

I'm currently running my Odoo V11 CE instance on an Ubuntu 16.04 VM, hosted on microsoft azure (trying to provide as many details as possible here).

I attempted to run and grab the auto-migration script (migrate.py) from openupgrade and complete the process but it doesn't seem to like the option --run-migration=12.0. It at least provides an error if I say 11.0, but it just provides the man page (or the how to use this command page) when I use the 12.0 attribute. Is it even possible to upgrade to 12 yet?

Thanks!

Avatar
Discard
Best Answer

This might be of help to you: https://www.odoo.com/forum/help-1/question/best-way-for-upgrade-my-odoo-9-community-with-personal-modules-to-odoo-10-11-12-148156

Avatar
Discard
Best Answer

The best way to upgrade your version is,

stop your working process with version 11,

build news server with version 12,

get bellow data from version 11,

- Debtors and Creditors mater data

- Product Master

- User Master

- Chart of Account master

- stock count

- inventory valuation

and import all data to the version 12 server. that is the best way to upgrade your version without any hassle 

 

Avatar
Discard
Best Answer

You can follow the  progress here: https://github.com/OCA/OpenUpgrade/issues/1448

Avatar
Discard