Commit Graph

2 Commits (31da3665fa62de6f573b9e7855bad7d3a95f4bec)

Author SHA1 Message Date
Carlos Lopez 31da3665fa [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.

Fix https://github.com/OCA/web/issues/2394
2025-03-11 10:47:49 -05:00
Raf Ven f909a67648 [MIG] web_ir_actions_act_multi: Migration to 14.0 2021-06-08 12:54:10 +02:00