bzr revid: apa@tinyerp.com-20120323045555-qab1wjnq4dbymwbq
This commit is contained in:
Amit Patel (OpenERP) 2012-03-23 10:25:55 +05:30
parent 3a00396aec
commit 3dbea7ec59
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
<field name="res_model">event.event</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,calendar,tree,form,graph</field>
<field name="context">{"search_default_upcoming":1,"search_default_section_id": section_id}</field>
<field name="context">{"search_default_upcoming":1}</field>
<field name="search_view_id" ref="view_event_search"/>
<field name="help">Event is the low level object used by meeting and others documents that should be synchronized with mobile devices or calendar applications through caldav. Most of the users should work in the Calendar menu, and not in the list of events.</field>
</record>