fix 17 hooks

This commit is contained in:
Ivan Office
2024-02-26 14:20:30 +08:00
parent cb216a663c
commit d4a6febabc
4 changed files with 18 additions and 19 deletions

View File

@@ -18,15 +18,15 @@
from odoo import api, SUPERUSER_ID, _
def pre_init_hook(cr):
def pre_init_hook(env):
pass
# cr.execute("")
def post_init_hook(cr, registry):
def post_init_hook(env):
pass
# cr.execute("")
def uninstall_hook(cr, registry):
def uninstall_hook(env):
pass
# cr.execute("")