Skip to content
Snippets Groups Projects
Unverified Commit 07510cdb authored by Adrian Torres's avatar Adrian Torres
Browse files

[FIX] base_module_uninstall: ondelete cascade

Before this commit, whenever an ir_module_module that had been
installed/uninstalled at least once would be unlinked, an Exception
would be raised since the field module_id references an ir_module_module
and it is a required field.

This commit fixes this by adding an ondelete='cascade' to the field.

Fixes #20720
parent 52f899aa
No related branches found
No related tags found
Loading
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