odoo/addons/l10n_in_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
..
data [FIX] l10n_in_hr_payroll: use xmlid instead of name searching salary rule categories (they may have been renamed, forbidding upgrade) 2013-11-20 11:06:23 +01:00
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
report [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
security [FIX] l10n_in_hr_payroll:access for payslip report object 2012-08-24 16:24:41 +05:30
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [FIX] l10n_in_hr_payroll: corrext xmlid of reports in test 2014-04-28 12:07:09 +02:00
views [IMP]: Rename report name report_hryearly salary 2014-04-25 23:22:30 +05:30
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [ADD]l10n_in_hr_payroll:added report for salary rule by months 2012-07-18 18:45:02 +05:30
__openerp__.py [IMP]: Rename report name report_hryearly salary 2014-04-25 23:22:30 +05:30
l10n_in_hr_payroll.py [hr] Improve code and tooltip space. 2013-06-27 12:39:42 +05:30
l10n_in_hr_payroll_demo.xml [IMP/REM]l10n_in_hr_payroll:removed gratuity rules and all calculations for that rule,improved performance,bonus and supplementary rules 2012-08-22 16:51:53 +05:30
l10n_in_hr_payroll_report.xml [IMP]: Rename report name report_hryearly salary 2014-04-25 23:22:30 +05:30
l10n_in_hr_payroll_sequence.xml [IMP] l10n_in_hr_payroll: Code clean 2012-07-26 12:07:57 +05:30
l10n_in_hr_payroll_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00