openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #23785
[Bug 1132855] Re: [6.1] Zero exported as blank
Hi Jignesh,
Thanks for your response.
The point is that users would like to export "0"s as "0"s, not blanks.
I have checked the latest code for both 6 and 7 and this problem is not addressed.
The operation tools.ustr(r or '') returns '' for r=False and r=0, but
data[fpos] should return '0' if r=0.
Thanks,
Jacob
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1132855
Title:
[6.1] Zero exported as blank
Status in OpenERP Server:
Incomplete
Bug description:
Exporting data using CSV or Excel format will currently export any
integer fields with the value'0' (zero) as blank. This should instead
export '0'. A field with the value False should still export as
blank.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1132855/+subscriptions
References