← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 888611] Re: XLS Export completely broken

 

* There are two fields with the String (title) "total" on the model: amount_total and check_total. Therefore there are two fields with the title "total" in the export. It's not a duplicate.
* There are no "variable names" in the export, those are external ids (formerly xml ids), as the first column indicates.
* 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.

** Changed in: openerp-web
       Status: New => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/888611

Title:
  XLS Export completely broken

Status in OpenERP Web:
  Invalid

Bug description:
  see attachment
  web revno 1447
  server revno 3790

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/888611/+subscriptions


References