errors in tiny_sxw2rml reports

Asked by grisha

Hello.
While making a report containing many "sophisticated" tables with tiny_sxw2rml.py utility, i get the following error:

File "/usr/lib64/python2.6/site-packages/reportlab/platypus/tables.py", line 375, in _listCellGeom
    vw, vh = v.wrapOn(canv, aW, aH)
AttributeError: 'NoneType' object has no attribute 'wrapOn'

What would it mean?

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello Grisha,

I think your table is not designed properly with the 'repeatIn'.
Use 'section' and then 'repeatIn' after that you need to design the table where the fields are filling.
Take the other existing tiny report sxw for example : invoice report for reference.

Hope this will help you.

Thanks.

Can you help with this problem?

Provide an answer of your own, or ask grisha for more information if necessary.

To post a message you must log in.