-
- Downloads
[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
Loading
Please register or sign in to comment