server-tools/upgrade_analysis/models
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
..
__init__.py [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
ir_module_module.py Update upgrade_analysis/models/ir_module_module.py 2022-10-05 16:20:14 +02:00
upgrade_analysis.py [IMP] upgrade_analysis: log sql_constraints in analysis 2022-10-05 16:20:14 +02:00
upgrade_attribute.py [IMP] various improvment from Yajo. 2022-10-05 16:20:14 +02:00
upgrade_comparison_config.py [MIG] upgrade_analysis from 14.0 to 15.0 2022-10-05 16:20:14 +02:00
upgrade_record.py [FIX] upgrade_analysis: misleading representation of read/write computed fields 2022-10-11 21:30:37 +02:00