Skip to content

Commit

Permalink
[IMP] rebranding
Browse files Browse the repository at this point in the history
[FIX] avoid warning for deleted menus
  • Loading branch information
hbrunn committed Jul 28, 2014
1 parent b204ed7 commit 97b570b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disable_openerp_online/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
##############################################################################
{
"name": "Remove openerp.com bindings",
"name": "Remove odoo.com bindings",
"version": "1.1",
"author": "Therp BV",
"complexity": "normal",
Expand Down
4 changes: 2 additions & 2 deletions disable_openerp_online/data/ir_ui_menu.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<delete model="ir.ui.menu" id="base.module_mi" />
<delete model="ir.ui.menu" id="base.menu_module_updates" />
<delete model="ir.ui.menu" search="[('id', '=', ref('base.module_mi'))]" />
<delete model="ir.ui.menu" search="[('id', '=', ref('base.menu_module_updates'))]" />
</data>
</openerp>

0 comments on commit 97b570b

Please sign in to comment.