odoo/addons/account_bank_statement_exte...
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 [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
report [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
security [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
views [FIX] accont bank statement balance: do not crash if balance is None 2014-04-07 16:48:20 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [FIX] a_b_s_e: removed un-necessary res.company.bank_ids field 2012-01-27 13:58:40 +01:00
__openerp__.py [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_bank_statement.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_bank_statement_report.xml [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_bank_statement_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
res_partner_bank.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00