Hi,
We are trying to implement the BVR functionalities on our Odoo 7 installation.
When I generate the BVR, I got the following error :
Rendu webkit !
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openerp-7.0-py2.7.egg/openerp/addons/report_webkit/webkit_report.py", line 274, in create_single_pdf
**self.parser_instance.localcontext)
File "/usr/local/lib/python2.7/dist-packages/Mako-0.7.3-py2.7.egg/mako/template.py", line 412, in render
return runtime._render(self, self.callable_, args, data)
File "/usr/local/lib/python2.7/dist-packages/Mako-0.7.3-py2.7.egg/mako/runtime.py", line 766, in _render
**_kwargs_for_callable(callable_, data))
File "/usr/local/lib/python2.7/dist-packages/Mako-0.7.3-py2.7.egg/mako/runtime.py", line 798, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/usr/local/lib/python2.7/dist-packages/Mako-0.7.3-py2.7.egg/mako/runtime.py", line 824, in _exec_template
callable_(context, *args, **kwargs)
File "memory:0x7f80f855c7d0", line 287, in render_body
<%
IndexError: list index out of range
Has somebody one idea ?
Best reagards
Loic