← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 531396] Re: compatibility problem report_openoffice and printjob

 

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
compatibility problem report_openoffice and printjob
https://bugs.launchpad.net/bugs/531396
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: Won't Fix

Bug description:
IMHO these 2 modules must not be installed together.

some print actions are not available.

printjob can not be uninstalled - had to remove the modul from addons directory and delete the module.

Exception: can only parse strings
Traceback (most recent call last):
  File "/home/terp/OpenERP/branch/server/5.0/bin/service/web_services.py", line 683, in go
    (result, format) = obj.create(cr, uid, ids, datas, context)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/report_openoffice.zip/report_openoffice/report_openoffice.py", line 290, in create
    return fnct(cr, uid, ids, data, report_xml, context)
  File "/home/terp/OpenERP/branch/server/5.0/bin/report/report_sxw.py", line 421, in create_source_pdf
    return self.create_single_pdf(cr, uid, ids, data, report_xml, context)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/report_openoffice.zip/report_openoffice/report_openoffice.py", line 247, in create_single_pdf
    processed_rml = self.preprocess_rml(etree.XML(rml),report_xml.report_type)
  File "lxml.etree.pyx", line 2512, in lxml.etree.XML (src/lxml/lxml.etree.c:48057)
  File "parser.pxi", line 1542, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:71774)
ValueError: can only parse strings