c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01063
[Bug 645514] Re: base_report_creator : Export doesn't respect column order
Dear Christophe,
I am attaching a patch for this. Would you please apply the patch and
let us know '?'.
Hope this will help to solve the problem.
Thanks
** Patch added: "base_report_creator_Column_loose.patch"
https://bugs.launchpad.net/openobject-addons/+bug/645514/+attachment/1710246/+files/base_report_creator_Column_loose.patch
--
base_report_creator : Export doesn't respect column order
https://bugs.launchpad.net/bugs/645514
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Confirmed
Bug description:
Hi
I create a report with base_report_creator (on res.partner with 5 fields)
i launch the report it's OK, but when i want to export it with menu Form -> Export i have the columns but the content are not at their good column.
Eg
"Product","Date","Standard Price"
2010-09-12,12.5,"AMD Athlon"
Instead of
"Product","Date","Standard Price"
"AMD Athlon",2010-09-12,12.5
Regards,