web/web_ir_actions_act_multi/static/description
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
..
icon.png Add module web_ir_actions_act_multi 2025-03-27 11:37:22 +01:00
index.html [FIX] web_ir_actions_act_multi: Uninstallation Issue 2025-03-27 11:45:07 +01:00