[DEL] remove an unused custom view for events in portal module

bzr revid: abo@openerp.com-20120604162634-r34zt7yfkqx5mkel
This commit is contained in:
Antonin Bourguignon 2012-06-04 18:26:34 +02:00
parent dc71257445
commit dc50123814
2 changed files with 0 additions and 17 deletions

View File

@ -33,7 +33,6 @@ installed.
'depends': ['event','portal'],
'data': [
'security/portal_security.xml',
"board_portal_event_view.xml",
'portal_event_view.xml',
'security/ir.model.access.csv',
],

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record model="ir.actions.act_window" id="action_event_view_main">
<field name="name">Events</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">event.event</field>
<field name="view_type">tree</field>
<field name="view_mode">kanban</field>
<field name="view_id" ref="event.view_event_kanban"/>
<field name="context">{"search_default_upcoming":1}</field>
</record>
</data>
</openerp>