OCA-git-bot
6c5a361562
[UPD] README.rst
2023-09-03 16:49:46 +00:00
Weblate
0eaf34aa0e
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/
2023-06-07 15:49:34 +00:00
oca-ci
c9b36cc0db
[UPD] Update upgrade_analysis.pot
2023-06-07 15:42:32 +00:00
OCA-git-bot
6d82458667
upgrade_analysis 16.0.1.0.1
2023-05-18 08:36:06 +00:00
Guillaume MASSON
250fbe2d4e
[FIX] upgrade_analysis : avoid KeyError "module"
...
Check "module" is in context when patching init_models
2023-05-17 18:13:01 +02:00
Weblate
03e4d1b1d1
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/
2022-11-18 17:45:11 +00:00
oca-ci
f3bbaa9b21
[UPD] Update upgrade_analysis.pot
2022-11-18 17:45:00 +00:00
OCA-git-bot
d55455be77
[UPD] README.rst
2022-10-19 14:30:45 +00:00
oca-ci
d87e063902
[UPD] Update upgrade_analysis.pot
2022-10-19 14:28:06 +00:00
Stefan Rijnhart
3145683c07
[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.
2022-10-11 21:30:37 +02:00
Stefan Rijnhart
60d4f51c35
[MIG] upgrade_analysis: Migration to 16.0
2022-10-11 10:40:14 +02:00
OCA-git-bot
ab996ca93a
upgrade_analysis 15.0.2.0.1
2022-10-05 16:20:14 +02:00
Ignacio Buioli
4675fb77db
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/
2022-10-05 16:20:14 +02:00
Ignacio Buioli
9a4834d14a
Added translation using Weblate (Spanish (Argentina))
2022-10-05 16:20:14 +02:00
OCA Transbot
8c6ea5cf6f
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/
2022-10-05 16:20:14 +02:00
OCA-git-bot
76eef21a87
upgrade_analysis 15.0.2.0.0
2022-10-05 16:20:14 +02:00
oca-ci
684fcff90e
[UPD] Update upgrade_analysis.pot
2022-10-05 16:20:14 +02:00
Miquel Raïch
edc31da81c
[IMP] upgrade_analysis: log sql_constraints in analysis
2022-10-05 16:20:14 +02:00
Roy Le
2978a6132e
[ADD] upgrade_analysis: generate noupdate_changes for template tag
2022-10-05 16:20:14 +02:00
OCA-git-bot
0c5e91cf70
upgrade_analysis 15.0.1.0.4
2022-10-05 16:20:14 +02:00
OCA-git-bot
ebde0db3ee
[UPD] README.rst
2022-10-05 16:20:14 +02:00
Sylvain LE GAL
661f117e85
[REF] upgrade_analysis add maintainers
2022-10-05 16:20:14 +02:00
Sylvain LE GAL
c6d23b5088
[DOC] upgrade_analysis : update roadmap.rst
...
Add new item in the roadmap section for the next migration of the module in V16
2022-10-05 16:20:14 +02:00
OCA-git-bot
da786756aa
upgrade_analysis 15.0.1.0.3
2022-10-05 16:20:14 +02:00
OCA-git-bot
a68b71300e
[UPD] README.rst
2022-10-05 16:20:14 +02:00
Jean-Charles Drubay
e6fc3834c3
[15.0][ADD] link to usage instructions
2022-10-05 16:20:14 +02:00
OCA-git-bot
a2d690368f
upgrade_analysis 15.0.1.0.2
2022-10-05 16:20:14 +02:00
Sylvain LE GAL
a53fcb17de
[REF] in coverage module file, split column into 2. a column that should be filled by openupgrader, and a column that is automatically filled when importing apriori and making analysis
2022-10-05 16:20:14 +02:00
Sylvain LE GAL
1297458211
[IMP] upgrade_analysis : prefill status with trivial information
2022-10-05 16:20:14 +02:00
Sylvain LE GAL
56903660f7
[IMP] upgrade_coverage : generate coverage module file
2022-10-05 16:20:14 +02:00
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