Skip to content
Snippets Groups Projects
Commit 0ab6b207 authored by Adrian Torres's avatar Adrian Torres
Browse files

[FIX] base: return super().unlink() for ir.ui.view.unlink()


Commit bca2926b introduced a fix for
ir.ui.view unlinks during uninstall but forgot to return the result of
the super() call to unlink which broke behaviour downstream.

This commit restores the proper behavior of returning the result of the
call to super.

Closes #52364

closes odoo/odoo#52435

X-original-commit: a3d91cc8
Signed-off-by: default avatarAdrian Torres (adt) <adt@odoo.com>
parent f8ab827b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment