mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
release l10n_cnai_hr_payroll
This commit is contained in:
@@ -18,15 +18,15 @@
|
|||||||
from odoo import api, SUPERUSER_ID, _
|
from odoo import api, SUPERUSER_ID, _
|
||||||
|
|
||||||
|
|
||||||
def pre_init_hook(cr):
|
def pre_init_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
def post_init_hook(cr, registry):
|
def post_init_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
def uninstall_hook(cr, registry):
|
def uninstall_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
|
|||||||
@@ -18,15 +18,15 @@
|
|||||||
from odoo import api, SUPERUSER_ID, _
|
from odoo import api, SUPERUSER_ID, _
|
||||||
|
|
||||||
|
|
||||||
def pre_init_hook(cr):
|
def pre_init_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
def post_init_hook(cr, registry):
|
def post_init_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
def uninstall_hook(cr, registry):
|
def uninstall_hook(env):
|
||||||
pass
|
pass
|
||||||
# cr.execute("")
|
# cr.execute("")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user