OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
926 stars 1.87k forks source link

[14.0][FIX][IMP] web_ir_actions_act_multi: uninstall issue #2817

Open sajadkk opened 5 months ago

sajadkk commented 5 months ago

This commit fixes uninstallation issue of web_ir_actions_act_multi module. At the time of uninstallation, it removes several columns like name, binding_model_id, binding_type, binding_view_types... from ir_actions, ir_act_server, etc. This makes the database not usable anymore.

Fixes #2394

sajadkk commented 3 months ago

it doesn't break the intended functionality

baguenth commented 1 week ago

@matiasperalta1 Can you may also take a look? This was initially added by you. Maybe you can also remember why adding _table in the first place? In general I am confused why we need the .py-part at all.