pos_order_backend_receipt: add pricelist

This commit is contained in:
Luis 2025-10-14 11:50:08 +02:00
parent 7ad70064a7
commit 8049272620

View file

@ -69,6 +69,8 @@
<div class="receipt-customer"> <div class="receipt-customer">
Customer: Customer:
<span t-field="o.partner_id.name" /> <span t-field="o.partner_id.name" />
<br />
<span t-field="o.pricelist_id" />
</div> </div>
</t> </t>
<br /> <br />