Skip to content
Snippets Groups Projects
Commit 1ad8c88e authored by Jigar Vaghela's avatar Jigar Vaghela
Browse files

[IMP] l10n_in: use a tax group insted of repartition line for SGST and CGST


need seperate lines with different labels(SGST and CGST) on the invoice report and pos receipt
so use a tax group instead of repartition line

closes odoo/odoo#37080

Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
parent 9a66619d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
<data noupdate="1">
<!-- Account Tax Group -->
<record id="sgst_group" model="account.tax.group">
<field name="name">SGST</field>
</record>
<record id="cgst_group" model="account.tax.group">
<field name="name">CGST</field>
</record>
<record id="igst_group" model="account.tax.group">
<field name="name">IGST</field>
</record>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment