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. |
||
---|---|---|
.. | ||
__init__.py | ||
ir_module_module.py | ||
upgrade_analysis.py | ||
upgrade_attribute.py | ||
upgrade_comparison_config.py | ||
upgrade_record.py |