odoo/openerp
Richard Mathot 63ad8b9597
[FIX] tools: prevent crashes with Pillow >= 4.2.0
From Pillow 4.2, it is forbidden to save RGBA images as JPEG
( e4d6223c94 )

A crash was occurring when loading demo JPGs as
image_resize_and_sharpen() was silently changing image mode to RGBA.
Now we ensure that we return the original image mode.

We also avoid crashes when converting from PNG to JPG
2017-07-07 10:11:40 +02:00
..
addons [I18N] Update translation terms from Transifex 2017-07-01 02:39:14 +02:00
cli [FIX] scaffold: correctly decode utf8 templates 2016-03-15 11:25:16 +01:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [FIX] module: allow disabling 1-click install 2017-01-27 13:00:42 +01:00
osv [FIX] base: run defined modifiers tests 2017-04-26 19:36:10 +02:00
report [MERGE] forward port of branch 7.0 up to 99c87b6 2015-05-21 16:33:45 +02:00
service [FIX] service.server: bump up socket timeout to 2s 2017-07-04 12:57:05 +02:00
tests [IMP] tests: use long message in case of error 2016-11-02 11:45:29 +01:00
tools [FIX] tools: prevent crashes with Pillow >= 4.2.0 2017-07-07 10:11:40 +02:00
workflow [FIX] workflow: insertion of duplicates in many2many relation 2017-07-07 09:47:04 +02:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [IMP] fields: turn field.digits and column.digits into dynamic properties 2015-03-23 14:36:15 +01:00
api.py [FIX] api: in todo list, group records to recompute by environment (#11267) 2016-10-13 10:13:33 +02:00
exceptions.py [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
fields.py [FIX] fields: add group_operator to be availble in get_description. 2016-10-11 11:49:55 +02:00
http.py [FIX] http: force protocol when missing in URL 2017-06-15 16:01:40 +02:00
import_xml.rng [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
models.py [FIX] models: no warning when using `api.constrains` on an inherited field 2017-06-01 10:15:48 +02:00
netsvc.py [MERGE] forward port of branch 7.0 up to 1c0bc7c 2015-06-30 12:47:27 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py [REL] Odoo 8.0 2014-09-18 12:11:18 +02:00
sql_db.py [FIX] sql_db: port fix from psycopg/psycopg2#459 2017-06-15 16:01:40 +02:00