Skip to content

Commit

Permalink
Merge 009bfb2 into 7454621
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Jul 24, 2014
2 parents 7454621 + 009bfb2 commit 58865d5
Showing 1 changed file with 2 additions and 2 deletions.
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" search="[('parent_id', '=', ref('base.menu_management'), ('name', '=', 'Apps'))]" />
<delete model="ir.ui.menu" search="[('parent_id', '=', ref('base.menu_management'), ('name', '=', 'Updates'))]" />
<delete model="ir.ui.menu" search="[('parent_id', '=', ref('base.menu_management')), ('name', '=', 'Apps')]" />
<delete model="ir.ui.menu" search="[('parent_id', '=', ref('base.menu_management')), ('name', '=', 'Updates')]" />
</data>
</openerp>

0 comments on commit 58865d5

Please sign in to comment.