You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
496 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="pos_ticket_logo_report_receipt_report"
  5. inherit_id="point_of_sale.report_receipt">
  6. <xpath expr="//div[@class='col-xs-12 text-center']/h2" position="after">
  7. <img src="/web/binary/company_logo" /><br />
  8. </xpath>
  9. <xpath expr="//div[@class='col-xs-12 text-center']/h2" position="attributes">
  10. <attribute name="style">display:none;</attribute>
  11. </xpath>
  12. </template>
  13. </data>
  14. </openerp>