← Back to team overview

openerp-india team mailing list archive

[Bug 888896] [NEW] xls export returns strings not content

 

Public bug reported:

* The third point is valid, but the issue is with the server: the export_data method returns all values as strings, xlwt would do the right thing if export_data returned correctly typed values, the web client is not going to go fetch every single field again (recursively) in order to parse them.
see 
https://bugs.launchpad.net/bugs/888611

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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/888896

Title:
  xls export returns strings not content

Status in OpenERP Server:
  New

Bug description:
  * The third point is valid, but the issue is with the server: the export_data method returns all values as strings, xlwt would do the right thing if export_data returned correctly typed values, the web client is not going to go fetch every single field again (recursively) in order to parse them.
  see 
  https://bugs.launchpad.net/bugs/888611

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/888896/+subscriptions


Follow ups

References