Commit Graph

2 Commits (0a71cc45c2fc32ac195cdce6abf4e8aeeebfa2d0)

Author SHA1 Message Date
David b2a400d74f [IMP] web_ir_actions_act_multi: pre-commit auto fixes 2025-03-27 11:45:07 +01:00
Carlos Lopez 6fa74e49eb [FIX] web_ir_actions_act_multi: Uninstallation Issue
During uninstallation, Odoo attempts to delete columns and tables related to the ir.actions.act_multi model. However, this model shares the same table (ir_actions) with other core modules, meaning the table and its columns should not be removed.

Before this commit, this issue could render the database unusable. After this commit, the database remains intact, and the module can be uninstalled without problems.
2025-03-27 11:45:07 +01:00