Files
app-odoo/app_odoo_customize/data/ir_config_parameter_data.xml
2021-10-08 01:15:45 +08:00

24 lines
2.1 KiB
XML

<?xml version="1.0"?>
<openerp>
<data noupdate="1">
<function model="ir.config_parameter" name="set_param" eval="('app_system_name', 'odooApp15')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_lang', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_debug', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_documentation', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_documentation_dev', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_support', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_account', 'True')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_enterprise', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_share', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_poweredby', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_url', 'https://www.sunpop.cn/documentation/user/13.0/zh_CN/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_dev_url', 'https://www.sunpop.cn/documentation/13.0/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_support_url', 'https://www.sunpop.cn/trial')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_title', 'My Online Account')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_url', 'https://www.sunpop.cn/my-account')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_name', 'Sunpop.cn({db_name})')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_color', '#f0f0f0')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_background_color', 'rgba(255,0,0,.4)')"/>
</data>
</openerp>