odoo/addons/hr_expense
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 [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +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] hr.expense report: do not crash when expense line has no analytic account 2014-04-25 11:42:40 +02:00
__init__.py [FIX] incorrect import, prepare for wizard removal 2012-12-09 19:22:37 +01:00
__openerp__.py [MERGE] from trunk 2014-04-29 14:44:52 +02:00
hr.expense.expense.csv merged with trunk 2010-12-30 15:28:09 +05:30
hr_expense.py [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
hr_expense_data.xml [IMP] Continuing last commit: still some subtype description updated. 2012-12-19 22:27:47 +01:00
hr_expense_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
hr_expense_installer_view.xml [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route) 2013-09-09 13:55:15 +02:00
hr_expense_report.xml [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
hr_expense_sequence.xml merged with trunk 2010-12-30 15:28:09 +05:30
hr_expense_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
hr_expense_workflow.xml [MERGE] forwardport of bugfixes made in v7 up to revision 8854. 2013-03-14 12:27:40 +01:00