odoo/openerp/addons/test_impex/tests
Nicolas Martinelli f3e4d0a2e8 [FIX] openerp: export None instead of False in raw_data mode
If we export False or an empty string, the Excel export will consider the field
similarly to a boolean, and en empty value will be converted into "=False()" in
Excel. To prevent this, we return "None" in the following cases:

- String
- Date
- Datetime
- Selection
- Reference
- Many2one
- RelationalMulti

Introduced by 6243d18

opw-643966
2015-07-09 11:49:04 +02:00
..
__init__.py [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
contacts.json move tests 2014-02-09 01:37:45 +01:00
contacts_big.json move tests 2014-02-09 01:37:45 +01:00
test_export.py [FIX] openerp: export None instead of False in raw_data mode 2015-07-09 11:49:04 +02:00
test_import.py [IMP] models: sanitize error messages in import 2015-07-01 17:04:48 +02:00
test_load.py [FIX] orm: Revert 332154444d && acd7d84da4 2015-01-21 18:33:36 +01:00