odoo/openerp/addons/test_impex
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
..
tests [FIX] openerp: export None instead of False in raw_data mode 2015-07-09 11:49:04 +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