CARocha / python-relatorio

Automatically exported from code.google.com/p/python-relatorio
GNU General Public License v3.0
0 stars 0 forks source link

Vertical Table #22

Open pinkiaiims opened 5 years ago

pinkiaiims commented 5 years ago

I am creating a report in tryton where I need to loop the one2many field for exactly 5 records and display the data in vertical table. For example -

Date | date1 | date2 | date3 Field1 | value11 | value12 | value13 Field2 | value21 | value22 | value23 Field3 | value31 | value32 | value33 Field4 | value41 | value42 | value43

How to achieve it ?