Commit Graph

10 Commits (30bd2edfce1a0fea954e947aed0de660ef05a98a)

Author SHA1 Message Date
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
Miquel Raïch 5235716436 [IMP] upgrade_analysis: log sql_constraints in analysis 2022-07-18 12:03:55 +02:00
mreficent eba830b180 [IMP] upgrade_analysis: make us of odoorpc/openupgrade master
Includes minor fixes.
2021-10-21 00:09:00 +02:00
mreficent f4089b46b2 [IMP] openupgrade_records: add _order comparison 2021-10-21 00:09:00 +02:00
mreficent 1a8d67c991 [IMP] openupgrade_records: compare columns of many2many tables 2021-10-21 00:09:00 +02:00
mreficent ba1bbeb82d [FIX] openupgrade_records: _inherits was not being compared 2021-10-21 00:09:00 +02:00
mreficent e1ea4b9b23 [IMP] openupgrade_records: remove from analysis updating records
Given that the records need to be managed in the modules that own them rather in the modules that override them, and that we also have the noupdate data xml for every module, then we left out the lines that where indicating the override of records.
2021-10-21 00:09:00 +02:00
Stefan Rijnhart b0913f935e [RFR] upgrade_path not user writable 2021-10-21 00:09:00 +02:00
Sylvain LE GAL e51b24f7c5 [REF] rename files, apply OCA convention, remove obsolete 6.1 syntax, make the module installable, add readme folders 2021-10-21 00:09:00 +02:00
Sylvain LE GAL 2b72418f2d [MOVE] openupgrade_records : move module from OCA/OpenUpgrade (branch 13.0) to OCA/server-tools
Based on commit 746b7acbd90d62f9ffe6ee17472a1a3533e36597 (Fri Nov 6 17:18:47 2020 +0100)

Co-authored-by: Stefan Rijnhart <stefan@opener.am>
2021-10-21 00:09:00 +02:00