odoo/addons/google_spreadsheet
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 [FIX]google_spreadsheet: typo 2013-07-25 14:42:59 +02:00
static/src [FIX] correctly include some inputs in drawer 2014-05-27 14:44:21 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py [ADD]google_spreadsheet 2013-06-27 19:11:37 +02:00
__openerp__.py [FIX] various addons: fixed underling of various openerp.py files. 2014-06-11 08:44:41 +02:00
google_spreadsheet.py [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01:00
google_spreadsheet_data.xml [FIX]google_spreadsheet: add active field on google drive template and handle when auth_crypt is installed 2013-07-23 15:04:53 +02:00
google_spreadsheet_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00