Skip to content

Commit

Permalink
Merge pull request #80 from kmee/fix-15.0-sale_order_pos_report_plain…
Browse files Browse the repository at this point in the history
…_text

[15.0][IMP] sale_order_pos_report_plain_text: remove company name
  • Loading branch information
mileo authored Dec 6, 2024
2 parents def5248 + 650ed03 commit eaee63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template id="store_ticket_document_page">
<pre id="test">
=========================================
<span t-esc="o.company_id.name" />
<!-- <span t-esc="o.company_id.name" /> -->
PEDIDO DE VENDA
Data de Emissao: <span t-esc="o.date_order.strftime('%d/%m/%Y %H:%M')" />
Cliente : <span t-esc="o.partner_id.name" />
Expand Down

0 comments on commit eaee63b

Please sign in to comment.