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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
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>
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
فبراير 25
|
538 | ||
|
0
ديسمبر 24
|
45 | ||
|
0
ديسمبر 24
|
445 | ||
|
1
أكتوبر 24
|
1487 | ||
|
2
أغسطس 24
|
995 |