report_sale_order.xml 423 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="gst_report_saleorder_document_inherit" inherit_id="sale.report_saleorder_document">
  4. <xpath expr="//span[@t-field='line.name']" position="after">
  5. <t t-if="line.product_id.l10n_in_hsn_code"><h6><strong class="ml16">HSN/SAC Code:</strong> <span t-field="line.product_id.l10n_in_hsn_code"/></h6></t>
  6. </xpath>
  7. </template>
  8. </odoo>