Commit Graph

2 Commits (fde7788e235b7f240b7e3eac534f296a69126f93)

Author SHA1 Message Date
Carlos Lopez cedc976238 [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:38:27 -05:00
matiasperalta1 5896610cf1 [MIG] web_ir_actions_act_multi: Migration to 15.0 2022-01-07 15:01:44 -03:00