Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
957 Vizualizări

where location and file name for POS Reciept Odoo 16? 

i want add number to order line and remove Tax field from Receipt

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Thank you Cybrosys Techno Solutions Pvt.Ltd, this helpful

File for POS Receipt is point_of_sale/static/src/xml/Screens/ReceiptScreen/OrderReceipt.xml

Imagine profil
Abandonează
Autor

@Cybrosys Techno Solutions Pvt.Ltd ,how to setting width for Order Line Product? because i have long product name and on the reciept not fully 100% width myabe only 60%. it try edit adding width to xml/css not work

Cel mai bun răspuns

Hi,

The POS receipt is located in point_of_sale/static/src/xml/Screens/ReceiptScreen/OrderReceipt.xml.

Inherit the template below to add a number to the order line and remove the tax field from the receipt.<templates id="template" xml:space="preserve">

    <t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">

</t>

<xpath expr="//div[hasclass('orderlines')]" position="after">

   //code here

</xpath>

</templates>


Hope it helps

Imagine profil
Abandonează

@Cybrosys Techno Solutions Pvt.Ltd ,how to setting width for Order Line Product? because i have long product name and on the reciept not fully 100% width myabe only 60%. it try edit adding width to xml/css not work

Related Posts Răspunsuri Vizualizări Activitate
0
apr. 25
413
1
apr. 25
450
1
feb. 25
533
1
ian. 25
639
2
ian. 25
540