odoo/upgrade-util#343

Created by Upgrade, Jinane Maksoud (maji)

Blocked

label
odoo-dev:master-rename-m2m-rels-maji
head
220fed7f20bb55811d20711780b0e59818365dc6
odoo/upgrade-util
master #343 missing r+

[FIX] pg: rename m2m field meta data

When renaming a model and updating related m2m fields, the relation table and its columns are renamed but only manual fields meta data is updated, assuming that base fields will be updated when the module loads.
The custom modules meta data should also be updated if the tables were updated.

upg-3176133