Am trying to enhance my open office report data with few more additional data. But am not able to access the nested referenced table values in to my report
Eg:- I want to show following columns [ Product Name , Description , Quantity , Unit Price , subtotal] in my purchase order report (open office) , but as of now in default template there is no option to see the Product Name. How can i add that information in to the report.
Table reference goes like this : purchase_order_line(pruduct_id) -> product_product(product_tmpl_id) -> product_template
Issue :- I wand to fetch the name field of product_template table in to my report.
Reference :- current report has loop starts like as follows ,
[[repeatIn(o.order_line,'line')]]
[[ line.name ]] --> this field just gives description from the purchase_order_line table
Any hint point to the answer is highly appreciated.. Thanks in advance ..