Commit Graph

11 Commits (ae15c88c42d6ac40b79af73108b5ac50b3492105)

Author SHA1 Message Date
Stefan Rijnhart b2dfdeb972 [IMP] upgrade_analysis: pre-commit auto fixes 2024-05-23 10:06:50 +02:00
Stefan Rijnhart dcbbedded1 [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.
2024-05-23 10:03:50 +02:00
Miquel Raïch f07177c64b [IMP] upgrade_analysis: log sql_constraints in analysis 2024-05-23 10:03:50 +02:00
Sylvain LE GAL 1375211149 [MIG] upgrade_analysis from 14.0 to 15.0 2024-05-23 10:03:49 +02:00
mreficent 2b1454144a [FIX] upgrade_analysis: revert to 'files' approach instead of 'paths' 2024-05-23 10:03:49 +02:00
mreficent 8f3d6def35 [FIX] upgrade_analysis: fix methods related to noupdate data 2024-05-23 10:03:49 +02:00
mreficent f83a940db8 [IMP] openupgrade_records: add _order comparison 2024-05-23 10:03:49 +02:00
mreficent f69a221add [IMP] openupgrade_records: compare columns of many2many tables 2024-05-23 10:03:49 +02:00
mreficent 44d5f6afac [FIX] openupgrade_records: _inherits was not being compared 2024-05-23 10:03:49 +02:00
Stefan Rijnhart 3df408aadb [ADD] Generate noupdate_changes 2024-05-23 10:03:49 +02:00
Sylvain LE GAL f29ff2daa7 [REF] rename files, apply OCA convention, remove obsolete 6.1 syntax, make the module installable, add readme folders 2024-05-23 10:03:49 +02:00