add app-odoo

This commit is contained in:
ivan deng
2022-10-21 18:15:02 +08:00
parent e346c360a2
commit 83d18a062c
292 changed files with 2968 additions and 0 deletions

View 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>