Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
5960 Vizualizări

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>

Imagine profil
Abandonează
Autor

" 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.

Related Posts Răspunsuri Vizualizări Activitate
0
mar. 15
3064
1
mar. 15
6393
2
mai 25
2136
3
dec. 24
6195
0
oct. 24
1697