odoo/addons/hr_payroll
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-24 06:02:16 +00:00
report [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
static [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
test [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
views [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [ADD,IMP] HR : Add configuarion files in hr_payroll and set remove module_hr_payroll fields from hr config file 2012-04-05 12:01:56 +05:30
__openerp__.py [FIX] hr*: must depend on "report" module 2014-04-16 19:01:52 +02:00
hr_payroll.py [FIX] code cleanup (addon hr_payroll) 2014-05-07 15:58:26 +02:00
hr_payroll_data.xml [IMP] payroll modules: improved the management of accounting entries created by a payslip + data for contribution registers in l10n_be payroll modules 2012-06-20 15:04:49 +02:00
hr_payroll_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
hr_payroll_report.xml [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
hr_payroll_sequence.xml [REM] hr_payroll: removed sequence and images of unrequired objects 2011-06-09 18:46:17 +05:30
hr_payroll_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
hr_payroll_workflow.xml [MERGE] hr_payroll: merged the branch with modifications on workflow and state of payslip 2011-05-24 14:31:16 +02:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP]Remove type field from the whole hr module 2012-08-08 18:18:39 +05:30