mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add app-odoo
This commit is contained in:
24
app_odoo_customize/data/ir_config_parameter_data.xml
Normal file
24
app_odoo_customize/data/ir_config_parameter_data.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data noupdate="1">
|
||||
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_system_name', 'odooApp16')"/>
|
||||
<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', 'False')"/>
|
||||
<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>
|
||||
Reference in New Issue
Block a user