Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
10
upgrade_analysis/readme/CONTRIBUTORS.md
Executable file
10
upgrade_analysis/readme/CONTRIBUTORS.md
Executable 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
|
||||
12
upgrade_analysis/readme/DESCRIPTION.md
Executable file
12
upgrade_analysis/readme/DESCRIPTION.md
Executable 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.
|
||||
5
upgrade_analysis/readme/ROADMAP.md
Executable file
5
upgrade_analysis/readme/ROADMAP.md
Executable 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>)
|
||||
1
upgrade_analysis/readme/USAGE.md
Executable file
1
upgrade_analysis/readme/USAGE.md
Executable file
@@ -0,0 +1 @@
|
||||
[Usage instructions](https://oca.github.io/OpenUpgrade/analyse.html)
|
||||
Reference in New Issue
Block a user