Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
- Stefan Rijnhart \<<stefan@opener.amsterdam>\>
- Holger Brunn \<<hbrunn@therp.nl>\>
- Ferdinand Gassauer \<<gass@cc-l-12.chircar.at>\>
- Florent Xicluna \<<florent.xicluna@gmail.com>\>
- Miquel Raïch \<<miquel.raich@forgeflow.com>\>
- Sylvain LE GAL \<<https://twitter.com/legalsylvain>\>
- [Tecnativa](https://www.tecnativa.com):
> - Pedro M. Baeza
> - Sergio Teruel

View File

@@ -0,0 +1,12 @@
This module provides the tool to generate the database analysis files
that indicate how the Odoo data model and module data have changed
between two versions of Odoo. Database analysis files for the core
modules are included in the OpenUpgrade distribution so as a migration
script developer you will not usually need to use this tool yourself. If
you do need to run your analysis of a custom set of modules, please
refer to the documentation here:
<https://doc.therp.nl/openupgrade/analysis.html>
This module is just a tool, a continuation of the old
openupgrade_records in OpenUpgrade in previous versions. It's not
recommended to have this module in a production database.

View File

@@ -0,0 +1,5 @@
- Log removed modules in the module that owned them (#468)
- Detect renamed many2many tables (#213)
- Make sure that the `migration_analysis.txt` file is always generated
in all cases. (See:
<https://github.com/OCA/OpenUpgrade/pull/3209#issuecomment-1157449981>)

View File

@@ -0,0 +1 @@
[Usage instructions](https://oca.github.io/OpenUpgrade/analyse.html)