Skip to content
Snippets Groups Projects
Commit 6b048a8b authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] base: avoid triggering recomputations based on deleted fields


After deleting records from model 'ir.model.fields', make sure to not
trigger recomputations based on those fields, as they have been removed
from the database schema.

Also shorten the deletion of 'ir.model.fields.selection' records: as
they are deleted after 'ir.model.fields', most of them have already been
deleted on cascade.

closes odoo/odoo#39600

Signed-off-by: default avatarAdrian Torres (adt) <adt@odoo.com>
parent 77f616e9
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment