add 18. Show/Hide Author and Website in Apps Dashboard

This commit is contained in:
ivan deng
2018-03-23 02:00:08 +08:00
parent 300738848c
commit f00c2bfadc
14 changed files with 127 additions and 41 deletions

View File

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

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