server-tools/upgrade_analysis/wizards
Stefan Rijnhart a01c6d478e [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:27:40 +02:00
..
__init__.py [REF] rename framework files, adapt to new module names, remove print (replaced by logger), apply pre-commit rules 2021-10-21 00:09:00 +02:00
upgrade_generate_record_wizard.py [IMP] upgrade_analysis: log sql_constraints in analysis 2022-07-18 12:03:55 +02:00
upgrade_install_wizard.py [FIX] upgrade_analysis: misleading representation of read/write computed fields 2022-10-11 21:27:40 +02:00
view_upgrade_generate_record_wizard.xml [REF] rename framework files, adapt to new module names, remove print (replaced by logger), apply pre-commit rules 2021-10-21 00:09:00 +02:00
view_upgrade_install_wizard.xml [REF] rename framework files, adapt to new module names, remove print (replaced by logger), apply pre-commit rules 2021-10-21 00:09:00 +02:00