This question has been flagged
6221 Views

Hello,

I am new at generating reports via OpenOffice. I had no problems connecting to the server or adding the loop and the fields, but when I try to export RML I see the following error output in the console:

2013-06-21 05:48:16,634 19606 ERROR openerp3 openerp.netsvc: Argument 'element' has incorrect type (expected lxml.etree._Element, got NoneType)
Traceback (most recent call last):
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/netsvc.py", line 289, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/service/web_services.py", line 614, in dispatch
    res = fn(db, uid, *params)
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/osv/osv.py", line 123, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/osv/osv.py", line 179, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/osv/osv.py", line 166, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/addons/base_report_designer/base_report_designer.py", line 56, in upload_report
    'report_rml_content': str(sxw2rml(sxwval, xsl=fp.read())),
  File "/home/ubuntu/Downloads/openerp-7.0-20130131-000102/openerp/addons/base_report_designer/openerp_sxw2rml/openerp_sxw2rml.py", line 320, in sxw2rml
    root = etree.XPathEvaluator(result)("/document/stylesheet")
  File "xpath.pxi", line 403, in lxml.etree.XPathEvaluator (src/lxml/lxml.etree.c:118527)
  File "xpath.pxi", line 342, in lxml.etree.XPathDocumentEvaluator.__init__ (src/lxml/lxml.etree.c:117984)
  File "xpath.pxi", line 264, in lxml.etree.XPathElementEvaluator.__init__ (src/lxml/lxml.etree.c:117115)
TypeError: Argument 'element' has incorrect type (expected lxml.etree._Element, got NoneType)

I don't understand what the 'element' is as I don't have any field with that name. Any idea how can I bypass this issue or what might be causing it?

Thanks in advance

Avatar
Discard