release no bus no mail

This commit is contained in:
ivan deng
2019-09-29 05:36:41 +08:00
parent 270953828f
commit b72883dfed
2 changed files with 46 additions and 50 deletions

View File

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

View File

@@ -24,55 +24,51 @@
<group string="User Menu"> <group string="User Menu">
<div class="row mt16 o_settings_container" name="user_menu_show_hide"> <div class="row mt16 o_settings_container" name="user_menu_show_hide">
<div class="col-12 col-lg-6 o_setting_box"> <div class="col-12 col-lg-6 o_setting_box">
<div class="col-12 col-lg-6 o_setting_box"> <div>
<div> <field name="app_show_lang"/>
<field name="app_show_lang"/> <label for="app_show_lang"/>
<label for="app_show_lang"/> </div>
</div> <div>
<div> <field name="app_show_debug"/>
<field name="app_show_debug"/> <label for="app_show_debug"/>
<label for="app_show_debug"/> </div>
</div> <div>
<div> <field name="app_show_documentation"/>
<field name="app_show_documentation"/> <label for="app_show_documentation"/>
<label for="app_show_documentation"/> </div>
</div> <div>
<div> <field name="app_show_documentation_dev"/>
<field name="app_show_documentation_dev"/> <label for="app_show_documentation_dev"/>
<label for="app_show_documentation_dev"/>
</div>
</div> </div>
</div> </div>
<div class="col-12 col-lg-6 o_setting_box"> <div class="col-12 col-lg-6 o_setting_box">
<div class="col-12 col-lg-6 o_setting_box"> <div>
<div> <field name="app_show_support"/>
<field name="app_show_support"/> <label for="app_show_support"/>
<label for="app_show_support"/> </div>
</div> <div>
<div> <field name="app_show_account"/>
<field name="app_show_account"/> <label for="app_show_account"/>
<label for="app_show_account"/> </div>
</div> <div invisible="1">
<div invisible="1"> <field name="app_show_enterprise"/>
<field name="app_show_enterprise"/> <label for="app_show_enterprise"/>
<label for="app_show_enterprise"/> </div>
</div> <div invisible="1">
<div invisible="1"> <field name="app_show_share"/>
<field name="app_show_share"/> <label for="app_show_share"/>
<label for="app_show_share"/> </div>
</div> <div>
<div> <field name="app_show_poweredby"/>
<field name="app_show_poweredby"/> <label for="app_show_poweredby"/>
<label for="app_show_poweredby"/> </div>
</div> <div invisible="1">
<div invisible="1"> <field name="app_stop_subscribe"/>
<field name="app_stop_subscribe"/> <label for="app_stop_subscribe"/>
<label for="app_stop_subscribe"/> </div>
</div> <div>
<div> <field name="group_show_author_in_apps"/>
<field name="group_show_author_in_apps"/> <label for="group_show_author_in_apps"/>
<label for="group_show_author_in_apps"/>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -191,21 +187,21 @@
</record> </record>
<menuitem <menuitem
id="base.menu_app_group" id="menu_app_group"
name="odooApp" name="odooApp"
parent="base.menu_administration" parent="base.menu_administration"
sequence="1" sequence="1"
groups="base.group_system"/> groups="base.group_system"/>
<menuitem <menuitem
id="menu_app_theme_config" id="menu_app_theme_config"
parent="base.menu_app_group" parent="menu_app_group"
sequence="1" sequence="1"
action="action_app_theme_config" action="action_app_theme_config"
groups="base.group_system"/> groups="base.group_system"/>
<!--增加导入Demo数据--> <!--增加导入Demo数据-->
<menuitem <menuitem
id="menu_app_demo_data" id="menu_app_demo_data"
parent="base.menu_app_group" parent="menu_app_group"
sequence="99" sequence="99"
action="base.demo_force_install_action" action="base.demo_force_install_action"
groups="base.group_system"/> groups="base.group_system"/>