odoo/addons/account_analytic_default
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
__init__.py [IMP]: clean code in account_analytic_analysis, account_analytic_default and account_analytic_plans 2010-07-02 19:39:05 +05:30
__openerp__.py [FIX] account_analytic_default : TypeError: The model 'stock.picking' specifies an unexisting parent class 'stock.picking'. You may need to add a dependency on the parent class' module. 2012-10-16 12:54:28 +05:30
account_analytic_default.py [FIX] small fixes 2014-06-10 14:31:36 +02:00
account_analytic_default_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00