This commit is contained in:
Chill
2024-02-26 18:43:15 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
from odoo import api, SUPERUSER_ID from odoo import api, SUPERUSER_ID
def pre_init_hook(cr): def pre_init_hook(env):
""" """
数据初始化,只在安装时执行,更新时不执行 数据初始化,只在安装时执行,更新时不执行
""" """