c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02745
[Bug 671013] [NEW] [trunk] pxgo_openoffice_reports mucks up standard reports
Public bug reported:
Looks like their might be an issue in the call to the old create method.
The return value (fnct_ret) is buried in an if/else, and it looks like
it will always consider the report an oo report (if not fnct_ret). The
result is standard reports such as Invoices, Sales Orders, etc won't
work.
Also missing an import for tools.file_open.
Patch attached.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
[trunk] pxgo_openoffice_reports mucks up standard reports
https://bugs.launchpad.net/bugs/671013
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: New
Bug description:
Looks like their might be an issue in the call to the old create method. The return value (fnct_ret) is buried in an if/else, and it looks like it will always consider the report an oo report (if not fnct_ret). The result is standard reports such as Invoices, Sales Orders, etc won't work.
Also missing an import for tools.file_open.
Patch attached.
Follow ups
References