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 | ||
upgrade_generate_record_wizard.py | ||
upgrade_install_wizard.py | ||
view_upgrade_generate_record_wizard.xml | ||
view_upgrade_install_wizard.xml |