diff options
Diffstat (limited to 'addons/l10n_in_stock/views')
| -rw-r--r-- | addons/l10n_in_stock/views/report_stockpicking_operations.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/l10n_in_stock/views/report_stockpicking_operations.xml b/addons/l10n_in_stock/views/report_stockpicking_operations.xml new file mode 100644 index 00000000..cb6fb012 --- /dev/null +++ b/addons/l10n_in_stock/views/report_stockpicking_operations.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <template id="gst_report_picking_inherit" inherit_id="stock.report_picking"> + <xpath expr="//span[@t-field='ml.product_id.description_picking']" position="after"> + <t t-if="ml.product_id and ml.product_id.l10n_in_hsn_code and o.company_id.country_id.code == 'IN'"><h6><strong class="ml16">HSN/SAC Code:</strong> <span t-field="ml.product_id.l10n_in_hsn_code"/></h6></t> + </xpath> + </template> + +</odoo> |
