Daily updates from Odoo
Wednesday, January 16, 2019
1 change
Resolved issues and error corrections
This fixes an issue where inherited many-to-many fields could use the wrong relationship table, causing records to link incorrectly or conflict with parent models. The change improves data consistency for customizations and inherited models without changing user-facing workflows.
Original PR description
In Many2many, if the field is an inherited one, stored and new model name, if the relation table is not filled in or is the same as the parent model, it can cause conflicts as relation ids are not correct. See https://github.com/odoo/odoo/issues/24927 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr