fix app customize

This commit is contained in:
ivan deng
2017-11-16 17:33:43 +08:00
parent 0cd0c164e5
commit d32af63182
3 changed files with 18 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ class AppThemeConfigSettings(models.TransientModel):
ir_config.set_param("app_show_account", self.app_show_account or "False")
ir_config.set_param("app_show_enterprise", self.app_show_enterprise or "False")
ir_config.set_param("app_show_share", self.app_show_share or "False")
ir_config.set_param("app_show_poweredby", self.app_show_share or "False")
ir_config.set_param("app_show_poweredby", self.app_show_poweredby or "False")
ir_config.set_param("app_documentation_url",
self.app_documentation_url or "http://www.sunpop.cn/documentation/user/10.0/en/index.html")