release l10n_cnai_hr_payroll

This commit is contained in:
Ivan Office
2024-06-18 01:29:15 +08:00
parent 26f81373b8
commit 89bf25a29d
2 changed files with 6 additions and 6 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("")

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("")