add free superbar

This commit is contained in:
Ivan Office
2024-07-18 17:33:31 +08:00
parent f069ebb88f
commit b8a91c9bd8
48 changed files with 1106 additions and 364 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("")