RML reports: data fields in fixed position

Asked by vrsb

Hello. I need to create a report with data in fixed positions, not in flowable object(<story> tag). When I try to use [[ repeatIn(objects,'o') ]] inside <place> or <drawString> tags, I see something like:

[{'o': browse_record(mrp.bom, 84)}]
[[ o.product_id.code ]]

Is that possible?

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
vrsb
Solved:
Last query:
Last reply:
Revision history for this message
vrsb (shipilov555) said :
#1

Solved... i had to create an empty <para> in empty story section and call repeatIn there.