odoo/addons/hr_attendance
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
..
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
report [FIX] hr_attendance: removed useless xsl 2014-04-24 11:38:00 +02:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
static/src [FIX]bootstrap tooltip cleaned from trunk-tipsy-to-bootstrap 2014-04-17 11:05:15 +02:00
test [REM] hr_attendance: removed attendance by week/month reports, rml and wizards 2014-04-24 11:26:39 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [IMP]add config file in hr_attendance 2012-09-21 19:14:05 +05:30
__openerp__.py [MERGE] upstream 2014-04-29 17:41:04 +02:00
hr_attendance.py [REM] hr_attendance: removed attendance by week/month reports, rml and wizards 2014-04-24 11:26:39 +02:00
hr_attendance_demo.xml [FIX] missing definitions of xml ids hr.employee1, etc. 2011-12-22 14:35:59 +01:00
hr_attendance_report.xml [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
hr_attendance_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP]attendance related fields and menu hide 2012-09-24 13:49:34 +05:30