mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
init app_odoo v12
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<field name="key">app_stop_subscribe</field>
|
||||
<field name="value">False</field>
|
||||
</record>
|
||||
|
||||
|
||||
<record id="app_documentation_url" model="ir.config_parameter">
|
||||
<field name="key">app_documentation_url</field>
|
||||
<field name="value">http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html</field>
|
||||
|
||||
10
app_odoo_customize/data/res_company_data.xml
Normal file
10
app_odoo_customize/data/res_company_data.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<!-- 创建数据库时首个公司信息 -->
|
||||
<record id="base.main_company" model="res.company">
|
||||
<field name="website">http://www.sunpop.cn</field>
|
||||
<field name="logo" type="base64" file="app_odoo_customize/static/src/img/logo_sunpop.png"/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
10
app_odoo_customize/data/res_groups.xml
Normal file
10
app_odoo_customize/data/res_groups.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data noupdate="0">
|
||||
|
||||
<record id="group_show_author_in_apps" model="res.groups">
|
||||
<field name="name">Show Author and Website in Apps Dashboard</field>
|
||||
<field name="category_id" ref="base.module_category_hidden"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user