odoo/addons/calendar
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
..
controllers [REM] Removed addons.web#html_template usage 2014-05-06 18:33:34 +02:00
i18n Launchpad automatic translations update. 2014-05-08 05:38:46 +00:00
security [FIX] Add missing security rules 2014-05-05 17:43:09 +02:00
static [REF] Calendar refactoring - Manage allday in date field and not datetime. 2014-04-30 11:36:13 +02:00
test [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py
__openerp__.py [FIX] Fix access rule for portal. Add timezone in small calendar from email 2014-05-05 14:46:57 +02:00
base_calendar_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
calendar.py [FIX] calendar: replace end_type = final_date by end_date, the actual right selection 2014-06-02 12:02:11 +02:00
calendar_data.xml [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
calendar_demo.xml [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
calendar_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
contacts.py [FIX] domain added to see only your own contact in model calendar.contact 2014-02-20 09:58:37 +01:00
contacts_view.xml [FIX] domain added to see only your own contact in model calendar.contact 2014-02-20 09:58:37 +01:00
crm_meeting.py [MERGE] Merge with trunk-cal-jke 2014-01-14 16:59:27 +01:00
crm_meeting_data.xml [MERGE] Merge with trunk-cal-jke 2014-01-14 16:59:27 +01:00