forked from Yaltik/golem
[IMP]Removing of default members kanban menu
This commit is contained in:
parent
5f13c7e95e
commit
c84467d1f7
@ -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']
|
||||
}
|
||||
|
24
golem_member/views/members_menu.xml
Normal file
24
golem_member/views/members_menu.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user