[19.0][MIG] web_ir_actions_act_multi: Migration to 19.0#3374
Open
[19.0][MIG] web_ir_actions_act_multi: Migration to 19.0#3374
Conversation
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.
f5a50c1 to
f4a59c6
Compare
Member
Author
|
@pnajman-modoolar, please review this PR. Thank you! |
pnajman-modoolar
approved these changes
Nov 28, 2025
Member
Author
|
@alexey-pelykh @matiasperalta1 please help review this PR, thank you! |
alexey-pelykh
approved these changes
Mar 3, 2026
Contributor
alexey-pelykh
left a comment
There was a problem hiding this comment.
Thanks for porting this forward, @quoc-pn. Checked the Python models, JS action handler, security CSV, and manifest against Odoo 19.0 core -- everything lines up correctly. The _get_readable_fields override, the action_handlers registry pattern, and the uninstall safety guards (_drop_table/_drop_column) all match the unchanged 19.0 signatures. Clean migration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.