update misc

This commit is contained in:
Ivan Office
2024-02-29 16:34:15 +08:00
parent 620059d05c
commit 2c58bdfef2
3 changed files with 16 additions and 18 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("")