OCA / OpenUpgrade

Open source upgrade path for Odoo/OpenERP
https://oca.github.io/OpenUpgrade/
GNU Affero General Public License v3.0
722 stars 690 forks source link

Migration scripts for v12 #1448

Closed pedrobaeza closed 1 year ago

pedrobaeza commented 6 years ago

(del) means that the module has been removed in this version (add) means that the module has been added in this version > means that it has been identified that the module has been renamed to the name below -> means that the module has been merged in another existing module.

OCA has funded the development of the migration scripts that are installed in their Odoo instance. They are marked as (OCA project) for being recognized and expect them to be done in the near future if not yet done.

pedrobaeza commented 6 years ago

As other times, I open this issue early for taking notes of the things we discover in master branch that will affect migration scripts.

sbidoul commented 6 years ago

The safest option is to erase field company_id in all existing records for not altering the behavior.

Or deactivating the record rule? Erasing the field sounds dangerous, as people may have added the record rule themselves.

pedrobaeza commented 6 years ago

You are right, changed.

MiquelRForgeFlow commented 6 years ago

For modules, the changes has been:

@pedrobaeza when your first post gets updated with this post, I will delete it.

pedrobaeza commented 6 years ago

Included, and I have already hidden the comment.

Rathnakreeswaran commented 6 years ago

how you guys are dealing the migration script without odoo 12 addons ?

pedrobaeza commented 6 years ago

See https://github.com/OCA/OpenUpgrade/issues/1448#issuecomment-404676317

MiquelRForgeFlow commented 5 years ago

Updated issue putting full working list.

pedrobaeza commented 5 years ago

@mreficent you should add (OCA project) to the modules that are covered by the OCA RfQ in the list.

MiquelRForgeFlow commented 5 years ago

done

pedrobaeza commented 5 years ago

Great, thanks!

erobotics commented 5 years ago

Is it ready to use yet? when I run the script it seems can only upgrade to v11, thanks

pedrobaeza commented 5 years ago

See the coverage above. Any way, the migrate.py script is not suitable for migrating to latest versions.

erobotics commented 5 years ago

See the coverage above. Any way, the migrate.py script is not suitable for migrating to latest versions.

Thank you for replying to me. I will try to manually migrate it over. It is a pain to migrate each time.

crbll0 commented 4 years ago

Greetings to all Could you tell me how I can use openupgrade (what are the steps) to migrate from v11 to v12, because it is not clear to me how I should use it.

Sorry for the inconvenience, but on the internet I can't find clear information on how it is used.

dupski commented 4 years ago

@crbll0 https://doc.therp.nl/openupgrade/

pedrobaeza commented 1 year ago

It can be considered finished.