odoo/addons/google_drive
Nicolas Lempereur 19e9163367 [FIX] google_drive: code want uncompressed data
This commit removes the request of having gzip or deflate data for two
requests to google drive API.

Previously the code worked since google api would send ungzipped data
(maybe base on urllib2 user agent or other input parameters) but after
a recent change on google part, it is not anymore the case.

closes #8243
opw-648007

note: if we did not do this, we would either need to use requests or add
custom uncompressing code for urllib2 response content.
2015-08-26 14:23:44 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-08-23 01:51:13 +02:00
security [RENAME]google_docs => google_drive 2013-06-26 11:30:19 +02:00
static [FIX] google_drive : translate the record 2015-02-20 16:08:10 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py [RENAME]google_docs => google_drive 2013-06-26 11:30:19 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
google_drive.py [FIX] google_drive: code want uncompressed data 2015-08-26 14:23:44 +02:00
google_drive_data.xml [IMP] google_drive: `google_drive_client_id` param should only be readable by uid 1 2014-06-30 14:33:00 +02:00
google_drive_demo.xml [FIX]google_drive,google_base_account: back to httpllib 2013-06-26 19:00:35 +02:00
res_config_user_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00