Commit Graph

8 Commits (c484b30e855a5d27b3f62cca1f806838c71ce5ef)

Author SHA1 Message Date
OCA-git-bot c484b30e85 [BOT] post-merge updates 2025-04-10 15:10:28 +00:00
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
matiasperalta1 6122edf40c [MIG] web_ir_actions_act_multi: Migration to 16.0 2025-03-27 11:45:07 +01:00
matiasperalta1 5c3e4d564a [MIG] web_ir_actions_act_multi: Migration to 15.0 2025-03-27 11:45:07 +01:00
OCA-git-bot e98cf6653b [UPD] README.rst 2025-03-27 11:45:07 +01:00
Manuel Calero 04b9fe0a06 [MIG] web_ir_actions_act_multi: Migration to 13.0 2025-03-27 11:45:07 +01:00
Alexey Pelykh b0f8462deb [MIG] web_ir_actions_act_multi: Migration to 12.0 2025-03-27 11:37:22 +01:00