odoo/addons/web/controllers
Xavier Morel 3d85eaa591 [FIX] correctly handle empty binary fields in saveas
Original code assumed the empty field would be missing or an empty
string, b64decoding an empty string yields an other empty string which
triggered a "not found" response.

However Odoo returns ``False`` in case of an empty field, so that needs
to be replaced by an empty string before decoding, as b64decode doesn't
accept booleans as input (for some reason...)
2015-01-29 16:11:16 +01:00
..
__init__.py [IMP] Convered qunit test suite to template 2014-04-28 20:24:51 +02:00
main.py [FIX] correctly handle empty binary fields in saveas 2015-01-29 16:11:16 +01:00