OCA-git-bot
7cab9b3316
[BOT] post-merge updates
2025-03-28 14:16:29 +00:00
Sylvain LE GAL
939e60697d
[FIX] upgrade_analysis: avoid call privatized 'mapped' function.
...
FIX : #3215 .
Rational : 'mapped' function has been privatized in a1adf8355c
.
We so replace 'mapped' by 'search_read'
2025-03-28 13:57:43 +01:00
OCA-git-bot
5c204fb3cd
[BOT] post-merge updates
2025-03-05 11:27:06 +00:00
Miquel Raïch
8ca4deefc7
[FIX] upgrade_analysis: fill upgrade_path
...
For some reason, _compute_upgrade_path is not called by default if store=True.
2025-03-05 10:57:07 +01:00
OCA-git-bot
9ecb5cd95c
[BOT] post-merge updates
2024-12-31 20:25:56 +00:00
Miquel Raïch
a5ad632a86
[FIX] upgrade_analysis: migration errors
2024-12-31 18:24:57 +01:00
Pedro M. Baeza
8095024d13
[IMP] upgrade_analysis: Don't reinstall installed modules
...
If a module is already installed, there's no need of reinstalling it.
2024-12-31 18:24:57 +01:00
Jean-Charles Drubay
bf5b1e2f4c
[FIX] smart button to open the list of analysis from a config
2024-12-31 18:24:57 +01:00
Miquel Raïch
62f179218f
[FIX] upgrade_analysis: exclude OU modules from coverage file
2024-12-31 18:24:57 +01:00
Miquel Raïch
c3ba510f3b
[FIX] upgrade_analysis: new modules cannot be merged/renamed in same version
...
Issue: v14 has OCA's 10n_eu_oss (https://github.com/OCA/account-fiscal-rule/tree/14.0/l10n_eu_oss ), which is renamed in v15 to l10n_eu_oss_oca (https://github.com/OCA/account-fiscal-rule/tree/15.0/l10n_eu_oss_oca ) due to new module Odoo's 10n_eu_oss (https://github.com/odoo/odoo/tree/15.0/addons/l10n_eu_oss ). Thus, it doesn't makes sense to have in the coverage file the row `|[new] 10n_eu_oss | |Renamed to l10n_eu_oss_oca|`.
2024-12-31 18:24:57 +01:00
OCA-git-bot
ca8152c9ba
[BOT] post-merge updates
2024-10-25 07:07:21 +00:00
Holger Brunn
2703e52ca0
[FIX] upgrade_analysis: fix constraint logging
...
as odoo core was changed in a way that optimized away our logging
2024-10-24 14:51:55 +02:00
Ignacio Buioli
b653a418d5
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/es_AR/
2024-09-17 02:06:28 +00:00
mymage
cd62db982c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/it/
2024-08-21 09:06:31 +00:00
xtanuiha
a7357565e8
Translated using Weblate (Chinese (Simplified) (zh_CN))
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/zh_CN/
2024-06-16 13:44:51 +00:00
xtanuiha
bb4f5a6ea8
Added translation using Weblate (Chinese (Simplified) (zh_CN))
2024-06-16 11:07:51 +00:00
mymage
419dd0a799
Translated using Weblate (Italian)
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/it/
2024-05-24 10:31:35 +00:00
mymage
9b37415515
Added translation using Weblate (Italian)
2024-05-24 06:14:21 +00:00
Weblate
3a619161bb
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/
2024-05-23 11:12:50 +00:00
OCA-git-bot
e46ebf9331
[BOT] post-merge updates
2024-05-23 11:02:33 +00:00
oca-ci
0b4b4bc76d
[UPD] Update upgrade_analysis.pot
2024-05-23 10:59:58 +00:00
Stefan Rijnhart
942492355c
[REF] upgrade_analysis: increase module description column in generated RST file
...
to allow for very long module name
2024-05-23 10:06:50 +02:00
Stefan Rijnhart
9289acc48d
[REF] upgrade_analysis: allow to set upgrade_path manually
...
This allows to circumvent Odoo's complaint of
'openupgrade_scripts/scripts/' is not a valid upgrade directory
when there are no analysis files present yet.
2024-05-23 10:06:50 +02:00
Pedro M. Baeza
febb0c3868
[FIX] upgrade_analysis: Add to blacklist deprecated modules
...
Odoo has deprecated such modules with a pre-hook raising an error, so
they are not installable anymore.
This way, we avoid them to be included in the Install Modules Wizard.
2024-05-23 10:06:50 +02:00
Pedro M. Baeza
9bf4d5fdfe
[FIX] upgrade_analysis: Proper UI in forms
...
The colspan property of some UI elements were not correctly adjusted to
the v16 sytem.
This commits fixes it.
2024-05-23 10:06:50 +02:00
Stefan Rijnhart
916f4d39f9
[MIG] upgrade_analysis: Migration to 17.0
2024-05-23 10:06:50 +02:00
Stefan Rijnhart
b2dfdeb972
[IMP] upgrade_analysis: pre-commit auto fixes
2024-05-23 10:06:50 +02:00
OCA-git-bot
03ce8b52ca
[UPD] README.rst
2024-05-23 10:03:50 +02:00
Weblate
9f5df36d77
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-16.0/server-tools-16.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-upgrade_analysis/
2024-05-23 10:03:50 +02:00
oca-ci
22b5b57f30
[UPD] Update upgrade_analysis.pot
2024-05-23 10:03:50 +02:00
OCA-git-bot
ad69d33f81
upgrade_analysis 16.0.1.0.1
2024-05-23 10:03:50 +02:00
Guillaume MASSON
519e98b9e4
[FIX] upgrade_analysis : avoid KeyError "module"
...
Check "module" is in context when patching init_models
2024-05-23 10:03:50 +02:00
Weblate
b4b97e75f5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-16.0/server-tools-16.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-upgrade_analysis/
2024-05-23 10:03:50 +02:00
oca-ci
26818ad1e5
[UPD] Update upgrade_analysis.pot
2024-05-23 10:03:50 +02:00
OCA-git-bot
e005c9afd2
[UPD] README.rst
2024-05-23 10:03:50 +02:00
oca-ci
85c814a218
[UPD] Update upgrade_analysis.pot
2024-05-23 10:03:50 +02:00
Stefan Rijnhart
dcbbedded1
[FIX] upgrade_analysis: misleading representation of read/write computed fields
...
Odoo 14 introduced the widescale usage of computed fields with readonly=False.
In that case, the compute method functions as a default that can also be used
to compute a value some time *after* the initial creation of the record.
In the OpenUpgrade analysis files, these fields would be misrepresented as
computed fields rather than fields with a default function. This change fixes
that.
2024-05-23 10:03:50 +02:00
Stefan Rijnhart
2b22a071f4
[MIG] upgrade_analysis: Migration to 16.0
2024-05-23 10:03:50 +02:00
OCA-git-bot
7b9161a32d
upgrade_analysis 15.0.2.0.1
2024-05-23 10:03:50 +02:00
Ignacio Buioli
ec03418f99
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-15.0/server-tools-15.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-upgrade_analysis/es_AR/
2024-05-23 10:03:50 +02:00
Ignacio Buioli
6197f0b924
Added translation using Weblate (Spanish (Argentina))
2024-05-23 10:03:50 +02:00
OCA Transbot
d87ced8dec
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-15.0/server-tools-15.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-upgrade_analysis/
2024-05-23 10:03:50 +02:00
OCA-git-bot
e00d86d291
upgrade_analysis 15.0.2.0.0
2024-05-23 10:03:50 +02:00
oca-ci
b152612812
[UPD] Update upgrade_analysis.pot
2024-05-23 10:03:50 +02:00
Miquel Raïch
f07177c64b
[IMP] upgrade_analysis: log sql_constraints in analysis
2024-05-23 10:03:50 +02:00
Roy Le
c69be433ca
[ADD] upgrade_analysis: generate noupdate_changes for template tag
2024-05-23 10:03:50 +02:00
OCA-git-bot
0f790ca336
upgrade_analysis 15.0.1.0.4
2024-05-23 10:03:50 +02:00
OCA-git-bot
067064a329
[UPD] README.rst
2024-05-23 10:03:50 +02:00
Sylvain LE GAL
618bd8d9ac
[REF] upgrade_analysis add maintainers
2024-05-23 10:03:50 +02:00
Sylvain LE GAL
695056b9e9
[DOC] upgrade_analysis : update roadmap.rst
...
Add new item in the roadmap section for the next migration of the module in V16
2024-05-23 10:03:49 +02:00