opt 2020 account

This commit is contained in:
ivan deng
2019-11-13 21:05:41 +08:00
parent 245ac0575a
commit 0f80a3c380
34 changed files with 2727 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ def pre_init_hook(cr):
# 更新企业版指向
sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.sunpop.cn', 'OEEL%')
cr.execute(sql)
cr.commit()
except Exception as e:
pass