web/web_ir_actions_act_multi/models
Carlos Lopez 202992d28a [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-11 11:44:36 -05:00
..
__init__.py [FIX] web_ir_actions_act_multi: Uninstallation Issue 2025-03-11 11:44:36 -05:00
ir_actions.py [MIG] web_ir_actions_act_multi: Migration to 15.0 2022-10-27 14:44:44 -03:00
ir_model.py [FIX] web_ir_actions_act_multi: Uninstallation Issue 2025-03-11 11:44:36 -05:00