[IMP]Removing of default members kanban menu

This commit is contained in:
Fabien Bourgeois 2016-06-27 08:56:37 +02:00
parent 5f13c7e95e
commit c84467d1f7
2 changed files with 25 additions and 1 deletions

View File

@ -41,5 +41,5 @@
'web_widget_email_check',
'web_widget_url_check',
'golem_season'],
'data': ['views/golem_member_view.xml']
'data': ['views/golem_member_view.xml', 'views/members_menu.xml']
}

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016 Fabien Bourgeois <fabien@yaltik.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<openerp>
<data noupdate="1">
<delete id="membership.menu_members" model="ir.ui.menu" />
</data>
</openerp>