This commit is contained in:
Ivan Home
2019-09-27 03:21:54 +08:00
parent 655ad7ddba
commit 270953828f
2 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'Odoo Customize(Debranding, My Odoo)',
'version': '13.19.09.14',
'version': '13.19.09.27',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'https://www.sunpop.cn',

View File

@@ -202,5 +202,12 @@
sequence="1"
action="action_app_theme_config"
groups="base.group_system"/>
<!--增加导入Demo数据-->
<menuitem
id="menu_app_demo_data"
parent="base.menu_app_group"
sequence="99"
action="base.demo_force_install_action"
groups="base.group_system"/>
</data>
</odoo>