mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update o14 boost
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'Odoo 15,14,13 Customize OEM(Boost, Data reset)',
|
||||
'version': '14.21.11.09',
|
||||
'version': '14.22.02.25',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -51,9 +51,9 @@ class ResConfigSettings(models.TransientModel):
|
||||
app_show_poweredby = True if ir_config.get_param('app_show_poweredby') == "True" else False
|
||||
|
||||
app_documentation_url = ir_config.get_param('app_documentation_url',
|
||||
default='https://www.sunpop.cn/documentation/user/12.0/en/index.html')
|
||||
default='https://www.sunpop.cn/documentation/user/13.0/en/index.html')
|
||||
app_documentation_dev_url = ir_config.get_param('app_documentation_dev_url',
|
||||
default='https://www.sunpop.cn/documentation/12.0/index.html')
|
||||
default='https://www.sunpop.cn/documentation/13.0/index.html')
|
||||
app_support_url = ir_config.get_param('app_support_url', default='https://www.sunpop.cn/trial/')
|
||||
app_account_title = ir_config.get_param('app_account_title', default='My Online Account')
|
||||
app_account_url = ir_config.get_param('app_account_url', default='https://www.sunpop.cn/my-account/')
|
||||
@@ -96,9 +96,9 @@ class ResConfigSettings(models.TransientModel):
|
||||
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 "https://www.sunpop.cn/documentation/user/12.0/en/index.html")
|
||||
self.app_documentation_url or "https://www.sunpop.cn/documentation/user/13.0/en/index.html")
|
||||
ir_config.set_param("app_documentation_dev_url",
|
||||
self.app_documentation_dev_url or "https://www.sunpop.cn/documentation/12.0/index.html")
|
||||
self.app_documentation_dev_url or "https://www.sunpop.cn/documentation/13.0/index.html")
|
||||
ir_config.set_param("app_support_url", self.app_support_url or "https://www.sunpop.cn/trial/")
|
||||
ir_config.set_param("app_account_title", self.app_account_title or "My Online Account")
|
||||
ir_config.set_param("app_account_url", self.app_account_url or "https://www.sunpop.cn/my-account/")
|
||||
|
||||
Reference in New Issue
Block a user