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

Hello...!!!

I Want to Customize Product Label Report in Odoo v8.

<t t-if="o.ean13">

<div class="col-xs-4">

<img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', o.ean13, 600, 900)" style="width:100%;height:100px"/>

</div>

</t>

I've write this code in xml but it doesn't show me both barcode image and barcode value(ean13) in same format. it only show barcode image not ean13 value with that...!!!

Regards,

Ayaz Mansuri 

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

Hello Ayaz Mansuri,

upgrade your reportlab in python


following below steps and print product label report

Step 1 : Download "reportlab 3.2.0.tar.gz" from this site reportlab 3.2.0

Step 2 : Extract it and In terminal go to that folder and use this command "sudo python setup.py install"

Step 3 : restart your server and print the product label report.


Hope this one help you.


Thanks & Regards,

Jaydeep Barot

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Thanks Mr. Jaydeep, Your Answer really works for me. <div class="text-center" t-esc="o.ean13"/>
also Mr. Axel. I've define <span t-esc="o.ean13"/> in new table...So appreciate both of you.
Again Thank You very much

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

That's because you are defining an image using that ean13 value but you are not printing the value, like:

<span t-esc="o.ean13"/>

อวตาร
ละทิ้ง

use this <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', o.ean13, 600, 900)" style="width:100%;height:100px"/> <div class="text-center" t-esc="o.ean13"/>

For what? The need is to display the ean13 value, the barcode image it's ok

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ม.ค. 24
1589
0
ม.ค. 24
1275
0
ก.พ. 22
2484
1
ธ.ค. 19
5508
2
ก.ย. 16
10105