Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4497 Widoki

Hi,

How we can add another field of product on POS receipt print out? Actually need to add a field on product with translated value of product name and need to show that under product name on receipt report.

thanks

Awatar
Odrzuć
Najlepsza odpowiedź

Hi shyam,

Sorry i am new to odoo might need more details like js load etc. Thanls

Awatar
Odrzuć
Najlepsza odpowiedź

For this you need to inherit the PosTicket template and place your code inside the order line. Here is the example how you can do it.

Suppose the field name is  'new_field_name', then 

<t t-extend="PosTicket" >

    <t t-jquery=".receipt-orderlines tr td:nth-child(1)" t-operation="append"> 

       <t t-esc="orderline.get_product().new_field_name"/> 

    </t>

</t>

Make sure you load the new filed in your js file. Hope this helps you!!! :)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 24
2172
0
sie 24
1766
1
sie 24
2801
0
lip 24
1406
0
maj 23
2296