odoo/addons/hr_contract
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 [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
test [FIX]crm,hr_contract,hr_timesheet_sheet,lunch: remove a user_id from record in yml 2012-01-10 16:10:57 +05:30
__init__.py [IMP] hr_contract: added override of base_action_rule (+ dependency) to add the possibility to use a user-related working scheduling. 2013-09-02 15:42:00 +02:00
__openerp__.py [IMP] hr_contract: added override of base_action_rule (+ dependency) to add the possibility to use a user-related working scheduling. 2013-09-02 15:42:00 +02:00
base_action_rule.py [IMP] hr_contract: base_action_rule: add resource for leave computation 2013-09-02 15:49:44 +02:00
base_action_rule_view.xml [IMP] hr_contract: added override of base_action_rule (+ dependency) to add the possibility to use a user-related working scheduling. 2013-09-02 15:42:00 +02:00
hr_contract.py [FIX] code cleanup (addon hr_contract) 2014-05-07 16:07:18 +02:00
hr_contract_data.xml [REF] hr_contract: removed commented code (for 'the sake of clarity' and because bazaar is your historian ^^) 2011-04-06 15:11:49 +02:00
hr_contract_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00