跳至内容
菜单
此问题已终结
5955 查看

I have used default python tag for repeatRows and repatln. But i want to add empty rows at the bottom to make my table big. this is the code.


<para style="terp_default_8">[[repeatIn(o.order_line,'line')]][["" for l in range(10), 'line']]</para> <blockTable colWidths="20.0,100.0,150.0,80.0,50.0,20.0,60.0,50.0" style="Table_Order_Pur_line_Content"> <tr> <td> <para style="terp_default_9"> </para> </td> <td> <para style="terp_default_9">[[ ', '.join(map(lambda x: x.name, line.taxes_id)) ]]</para> </td> <td> <para style="terp_default_9">[[line.name]]</para> </td> <td> <para style="terp_default_Right_9">[[ formatLang(line.product_qty ) ]]</para> </td> <td> <para style="terp_default_Right_9">[[ formatLang(line.price_unit,digits=get_digits(dp='Product Price') ) ]]</para> </td> <td> <para style="terp_default_Right_9"> </para> </td> <td> <para style="terp_default_Right_9"> </para> </td> <td> <para style="terp_default_Right_9">[[ formatLang(line.price_subtotal,digits=get_digits(dp='Account'), currency_obj=o.pricelist_id.currency_id ) ]] </para> </td> </tr> </blockTable> </section>

形象
丢弃
编写者

" http://forum.openerp.com/forum/topic8508.html " I'm trying to do this but setTag giving me an error. and I don't know whether blank_line function is executing fine or not.

相关帖文 回复 查看 活动
0
3月 15
3064
1
3月 15
6393
2
5月 25
2135
3
12月 24
6195
0
10月 24
1697