Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3796 มุมมอง

Hi Guys, Hope you doing well !!! hey i need a little help, i want to print a report RML is okay .... but i have a one2many field with multiple line in that one2many field now i like to print only selected line from one2many field, where a kind of conditions holds true.

Thanks,

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Here is an example with Sale Order Lines which prints the product name of a certain line:

<para style="terp_default_9">[[ [l for l in o.order_line if 'x' in l.name][0].name ]]</para>

... prints the line name of the first line which contains a 'x'. But there will be a problem if no line is selected.

This code prints all lines containing a 'x':

<section>[[repeatIn([l for l in o.order_line if 'x' in l.name],'line')]]
    <para style="terp_default_1">[[ line.name ]]</para>
</section>
อวตาร
ละทิ้ง
ผู้เขียน

Hey thanks but sry I didn't seen ur reply and not even gone through it but still thanks... actually i did it with other way

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ต.ค. 24
1779
0
ส.ค. 24
1599
0
ม.ค. 24
2094
1
พ.ย. 23
1802
0
มิ.ย. 23
2160