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

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