report_stockpicking_operations.xml 496 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="gst_report_picking_inherit" inherit_id="stock.report_picking">
  4. <xpath expr="//span[@t-field='ml.product_id.description_picking']" position="after">
  5. <t t-if="ml.product_id and ml.product_id.l10n_in_hsn_code and o.company_id.account_fiscal_country_id.code == 'IN'"><h6><strong class="ml16">HSN/SAC Code:</strong> <span t-field="ml.product_id.l10n_in_hsn_code"/></h6></t>
  6. </xpath>
  7. </template>
  8. </odoo>