Commit Graph

8 Commits (5217da79395a94cb35364e8a1cd85f1dddb9b450)

Author SHA1 Message Date
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
Miquel Raïch edc31da81c [IMP] upgrade_analysis: log sql_constraints in analysis 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
mreficent 480412abc8 [IMP] openupgrade_records: add _order comparison 2022-10-05 16:20:14 +02:00
mreficent 5ddc029b32 [FIX] openupgrade_records: _inherits was not being compared 2022-10-05 16:20:14 +02:00
Stefan Rijnhart b16c6f36e3 [IMP] Create records with timestamp; [RFR] No /migration/ level when using upgrade-path 2022-10-05 16:20:14 +02:00
Stefan Rijnhart 3a2b838f41 [RFR] Improve patchwork 2022-10-05 16:20:14 +02:00
Sylvain LE GAL b7a3528af8 [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