odoo/openerp/addons/test_impex
Nicolas Martinelli 282fc4a850 [FIX] openerp: export empty string instead of None
xmlrpc 1.0 does not support None/null, so commit f3e4d0a will break xmlrpc api.
Therefore, we export an empty string if the field is empty, instead of False or
None. For integers and floats, zero is exported.

opw-643966
2015-08-03 08:16:23 +02:00
..
tests [FIX] openerp: export empty string instead of None 2015-08-03 08:16:23 +02:00
__init__.py move tests 2014-02-09 01:37:45 +01:00
__openerp__.py move tests 2014-02-09 01:37:45 +01:00
ir.model.access.csv move tests 2014-02-09 01:37:45 +01:00
models.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00