flectra/addons/l10n_in_sale/views/report_sale_order.xml
2018-01-16 02:34:37 -08:00

11 lines
420 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<template id="gst_report_saleorder_document_inherit" inherit_id="sale.report_saleorder_document">
<xpath expr="//span[@t-field='l.name']" position="after">
<t t-if="l.product_id.l10n_in_hsn_code"><h6><strong class="ml16">HSN/SAC Code:</strong> <span t-field="l.product_id.l10n_in_hsn_code"/></h6></t>
</xpath>
</template>
</flectra>