|
@ -76,6 +76,8 @@ |
|
|
<receipt align='center' width='40' value-thousands-separator='' > |
|
|
<receipt align='center' width='40' value-thousands-separator='' > |
|
|
<div class="pos-sale-ticket"> |
|
|
<div class="pos-sale-ticket"> |
|
|
<div class="pos-center-align title-mag">Rayon vrac</div> |
|
|
<div class="pos-center-align title-mag">Rayon vrac</div> |
|
|
|
|
|
<img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', widget.get_barcode_data(), 300, 50)" style="width:100%;height:35%;" /> |
|
|
|
|
|
<br/> |
|
|
<br/> |
|
|
<br/> |
|
|
<div font='b'> |
|
|
<div font='b'> |
|
|
<div class="pos-center-align title-product"><t t-esc="transaction.name"/></div> |
|
|
<div class="pos-center-align title-product"><t t-esc="transaction.name"/></div> |
|
@ -110,7 +112,6 @@ |
|
|
<br /> |
|
|
<br /> |
|
|
<line> |
|
|
<line> |
|
|
<left> |
|
|
<left> |
|
|
<img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', widget.get_barcode_data(), 300, 50)" style="width:100%;height:35%;" /> |
|
|
|
|
|
<!-- <img t-att-src="'/report/barcode/EAN13/' + widget.get_barcode_data()" /> --> |
|
|
<!-- <img t-att-src="'/report/barcode/EAN13/' + widget.get_barcode_data()" /> --> |
|
|
<span class="caption"><t t-esc="num_ean13"/></span> |
|
|
<span class="caption"><t t-esc="num_ean13"/></span> |
|
|
</left> |
|
|
</left> |
|
|