Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
8
module_auto_update/hooks.py
Executable file
8
module_auto_update/hooks.py
Executable file
@@ -0,0 +1,8 @@
|
||||
# Copyright 2017 LasLabs Inc.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
||||
|
||||
from .models.module import PARAM_INSTALLED_CHECKSUMS
|
||||
|
||||
|
||||
def uninstall_hook(env):
|
||||
env["ir.config_parameter"].set_param(PARAM_INSTALLED_CHECKSUMS, False)
|
||||
Reference in New Issue
Block a user