From e6e8c2751e562cabe0e2dd61daf1bd846ec84c41 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Thu, 16 Sep 2021 03:43:38 +0800 Subject: [PATCH] opt config --- app_odoo_customize/__manifest__.py | 2 +- .../data/ir_config_parameter_data.xml | 93 ++++--------------- 2 files changed, 19 insertions(+), 76 deletions(-) diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 96a5d03f..0efdc3ef 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'odoo 14,13 Customize OEM(Boost, Data reset)', - 'version': '13.21.08.30', + 'version': '13.21.09.16', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'https://www.sunpop.cn', diff --git a/app_odoo_customize/data/ir_config_parameter_data.xml b/app_odoo_customize/data/ir_config_parameter_data.xml index 3f1595f5..76bd08b0 100644 --- a/app_odoo_customize/data/ir_config_parameter_data.xml +++ b/app_odoo_customize/data/ir_config_parameter_data.xml @@ -1,81 +1,24 @@ - - app_system_name - odooApp13 - - - app_show_lang - True - - - app_show_debug - True - - - app_show_documentation - True - - - app_show_documentation_dev - True - - - app_show_support - True - - - app_show_account - True - - - app_show_enterprise - False - - - app_show_share - False - - - app_show_poweredby - False - - - app_documentation_url - https://www.sunpop.cn/documentation/user/13.0/zh_CN/index.html - - - app_documentation_dev_url - https://www.sunpop.cn/documentation/13.0/index.html - - - app_support_url - https://www.sunpop.cn/trial - - - app_account_title - My Online Account - - - app_account_url - https://www.sunpop.cn/my-account - - - - app_ribbon_name - ({db_name})]]> - - - - app_ribbon_color - #f0f0f0 - - - - app_ribbon_background_color - rgba(255,0,0,.4) - + + + + + + + + + + + + + + + + + + \ No newline at end of file