odoo/addons/hr_timesheet
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
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
test [FIX] remove the yml tests hr_timesheet_report (it should have been removed when I removed the Employee(s) timesheet reports from the reporting menu) (addon hr_timesheet) 2014-01-27 15:04:30 +01:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [REM] hr_timesheet: removed xsl/models of user(s) timesheet reports as they are not available since rev 9064 revid:ged@openerp.com-20140127161718-uo6pperke86pqq5v. They are already replaced by graphviews. 2014-04-25 13:32:28 +02:00
__openerp__.py [FIX][REM] hr_timesheet: removed reports mistakenly reintroduced 2014-04-29 16:11:27 +02:00
hr_timesheet.py [FIX] account_analytic_analysis, analytic, hr_timesheet: do not override existing data of analytic account on template on_change 2014-04-01 14:36:57 +02:00
hr_timesheet_data.xml [IMP] product: Service (product.product_product_consultant) is sale_ok=False by default and overwrite in hr_timesheet to True 2014-01-15 16:25:26 +01:00
hr_timesheet_demo.xml [REM] yet more nonsensical @model + @ref 2013-04-29 15:04:03 +02:00
hr_timesheet_installer.xml [IMP] hr*: remove deprecated ir.actions.todo 2012-04-10 14:12:39 +02:00
hr_timesheet_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00