This question has been flagged
1 Reply
3547 Views

I am creating a rml report of one module, but in this report i want to know how to show one2many fields (like invoice_line)

Avatar
Discard
Best Answer

You can loop through it using:

[[ repeatIn( o.invoice_line, 'l') ]]

Just check account/report/account_print_invoice.rml for an existing example.

Avatar
Discard