İçereği Atla
Menü
This question has been flagged
1 Cevapla
1049 Görünümler
I need to print only the first 15 letters of the product name on the labels. I tried changing the report_simple_barcode code to "" but that didn't work. What am I doing wrong?


Avatar
Vazgeç
Best Answer

Hello Wagner Baraldi, 

We can add a limit of 15 characters using css as follows.

Please find code in comment. 

Hope this will help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com        

Skype: kalpeshmaheshwari

Avatar
Vazgeç

Please find code here :-
XML Code:

<div style={
max-width: 15ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}>
<t t-out="product.name"/>
</div>

Related Posts Cevaplar Görünümler Aktivite
0
Şub 25
529
0
Ara 24
45
0
Ara 24
438
1
Eki 24
1481
2
Ağu 24
987