Commit Graph

1559 Commits (5217da79395a94cb35364e8a1cd85f1dddb9b450)

Author SHA1 Message Date
OCA-git-bot 7ea1edc7a1 [UPD] README.rst 2022-10-05 16:20:14 +02:00
oca-ci a4a1ec3fd7 [UPD] Update upgrade_analysis.pot 2022-10-05 16:20:14 +02:00
Sylvain LE GAL a3336031ed [MIG] upgrade_analysis from 14.0 to 15.0 2022-10-05 16:20:14 +02:00
OCA-git-bot 767fb01fa1 upgrade_analysis 14.0.2.1.1 2022-10-05 16:20:14 +02:00
Payam Yasaie e55ef6c7a9 [FIX] Other modules upgrade write file full path
Parentheses placement was wrong in other modules full_path that lead to create migrations on root of modules
2022-10-05 16:20:14 +02:00
Yves Le Doeuff 15a3e6c6bd Translated using Weblate (French)
Currently translated at 4.6% (4 of 86 strings)

Translation: server-tools-14.0/server-tools-14.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-upgrade_analysis/fr/
2022-10-05 16:20:14 +02:00
oca-git-bot 53a10b8a5f [IMP] update dotfiles [ci skip] 2022-10-05 16:20:14 +02:00
Yves Le Doeuff 402c27f3be Added translation using Weblate (French) 2022-10-05 16:20:14 +02:00
oca-travis 9d87f8b82d [UPD] Update upgrade_analysis.pot 2022-10-05 16:20:14 +02:00
mreficent 8d511cee62 [FIX] upgrade_analysis: revert to 'files' approach instead of 'paths' 2022-10-05 16:20:14 +02:00
mreficent c919a2e77b [FIX] upgrade_analysis: merged modules affecting noupdate files
Due to https://github.com/OCA/server-tools/pull/2057, noupdate data now considers merged modules. But the fix was incomplete, as the diff files between merged modules and local_module were rewritting already generated diff between original remote_module and local_module.
2022-10-05 16:20:14 +02:00
OCA-git-bot 94013a7160 upgrade_analysis 14.0.2.1.0 2022-10-05 16:20:14 +02:00
OCA-git-bot 423732a416 [UPD] README.rst 2022-10-05 16:20:14 +02:00
mreficent 989b37924e [FIX] upgrade_analysis: truncate upgrade records before generating new ones 2022-10-05 16:20:14 +02:00
mreficent 7de18509c6 [FIX] upgrade_analysis: fix methods related to noupdate data 2022-10-05 16:20:14 +02:00
OCA-git-bot dc9a87fffd upgrade_analysis 14.0.2.0.1 2022-10-05 16:20:14 +02:00
oca-travis 41dcdbc459 [UPD] Update upgrade_analysis.pot 2022-10-05 16:20:14 +02:00
OCA-git-bot 53c3278f89 [UPD] README.rst 2022-10-05 16:20:14 +02:00
mreficent a88e1c4a96 [OU-MIG] upgrade_analysis: add migration scripts
Just in case.
2022-10-05 16:20:14 +02:00
OCA-git-bot ed7ea58ad7 upgrade_analysis 14.0.2.0.0 2022-10-05 16:20:14 +02:00
mreficent 9ddb08c5db [IMP] upgrade_analysis: make us of odoorpc/openupgrade master
Includes minor fixes.
2022-10-05 16:20:14 +02:00
mreficent 480412abc8 [IMP] openupgrade_records: add _order comparison 2022-10-05 16:20:14 +02:00
mreficent c4e8d88849 [IMP] openupgrade_records: compare columns of many2many tables 2022-10-05 16:20:14 +02:00
mreficent 5ddc029b32 [FIX] openupgrade_records: _inherits was not being compared 2022-10-05 16:20:14 +02:00
mreficent 79c6c1a134 [IMP] openupgrade_records: remove from analysis updating records
Given that the records need to be managed in the modules that own them rather in the modules that override them, and that we also have the noupdate data xml for every module, then we left out the lines that where indicating the override of records.
2022-10-05 16:20:14 +02:00
OCA-git-bot 036c7283ca [ADD] icon.png 2022-10-05 16:20:14 +02:00
OCA-git-bot 248424ca4f [UPD] README.rst 2022-10-05 16:20:14 +02:00
oca-travis ee63a77c5f [UPD] Update upgrade_analysis.pot 2022-10-05 16:20:14 +02:00
Sylvain LE GAL cc83a275a3 [IMP] remove pre-commit exception and fix various style in odoo_patch folder 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 8cf7f08649 [REM] remove obsolete roadmap point 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 62c7c11c92 Update upgrade_analysis/models/ir_module_module.py
Co-authored-by: David Beal <david.beal@akretion.com>
2022-10-05 16:20:14 +02:00
Stefan Rijnhart 2eb1d09b26 [FIX] dataclasses for Python < 3.7 2022-10-05 16:20:14 +02:00
Stefan Rijnhart 9e86865956 [ADD] Generate noupdate_changes 2022-10-05 16:20:14 +02:00
Stefan Rijnhart a1c6c0bb07 [RFR] upgrade_path not user writable 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 389a348a94 [IMP] import apriori file of openupgrade_scripts, if available
[IMP] guess upgrade_path, if config is not set, and openupgrade_scripts is available
2022-10-05 16:20:14 +02:00
Sylvain LE GAL 74159600bc [IMP] various improvment from Yajo. 2022-10-05 16:20:14 +02:00
Stefan Rijnhart 3b172ff276 [FIX] ImportError; 2022-10-05 16:20:14 +02:00
Stefan Rijnhart b16c6f36e3 [IMP] Create records with timestamp; [RFR] No /migration/ level when using upgrade-path 2022-10-05 16:20:14 +02:00
Stefan Rijnhart 3a2b838f41 [RFR] Improve patchwork 2022-10-05 16:20:14 +02:00
Sylvain LE GAL b7a3528af8 [REF] rename framework files, adapt to new module names, remove print (replaced by logger), apply pre-commit rules 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 8db67a09a0 [MOVE] Port patches and framework from openupgrade project
Co-authored-by: Stefan Rijnhart <stefan@opener.am>
2022-10-05 16:20:14 +02:00
Sylvain LE GAL f76ed740e5 [IMP] upgrade_analysis: improve install wizard to have the possibility to select some modules, and improve filters, regarding test module with startswith and endswith pattern 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 3a3ae2f8d8 [REF] rename files, apply OCA convention, remove obsolete 6.1 syntax, make the module installable, add readme folders 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 3ada67d9e7 [REF] rename module openupgrade_records into upgrade_analysis 2022-10-05 16:20:14 +02:00
Sylvain LE GAL 2c0e612cb9 [MOVE] openupgrade_records : move module from OCA/OpenUpgrade (branch 13.0) to OCA/server-tools
Based on commit 746b7acbd90d62f9ffe6ee17472a1a3533e36597 (Fri Nov 6 17:18:47 2020 +0100)

Co-authored-by: Stefan Rijnhart <stefan@opener.am>
2022-10-05 16:20:14 +02:00
Denis Roussel 9777cc393c [MIG] base_m2m_custom_field: Migration to 16.0 2022-10-04 17:08:37 +02:00
Denis Roussel 983fba31b1 [IMP] base_m2m_custom_field: black, isort, prettier 2022-10-04 17:06:47 +02:00
Fernando La Chica 9fc158eee8 [MIG] base_m2m_custom_field: 15.0 2022-10-04 17:03:36 +02:00
OCA-git-bot d6248f092e base_m2m_custom_field 14.0.1.1.0 2022-10-04 17:03:36 +02:00
OCA-git-bot 86f1ec8ed8 [UPD] README.rst 2022-10-04 17:03:36 +02:00