minhng92 / odoo-17-docker-compose

Set up Odoo 17 (released 2023) quickly for development/production using Docker Compose.
113 stars 144 forks source link

How to upgrade from version 16 to 17 #2

Closed liamvn closed 10 months ago

minhng92 commented 10 months ago

Hi @liamvn ,

With Odoo community version, you have to upgrade source code of the addons and migrate database yourself. With Odoo enterprise version, we have the upgrade support tool @ https://upgrade.odoo.com/ Both versions require the (custom) addons which are compatible to Odoo version 17.

liamvn commented 10 months ago

Hi @minhng92 Thank you for answer. But, how can I migrate my database to a newer version, I can't find documentation for this.

minhng92 commented 10 months ago

@liamvn There's no official documentation for community version from Odoo. So just do it "manually" by ourself. Using export-import feature might help. Export data from old version and import to Odoo 17. If the data structure is not compatible, we'll manually process on the data.