Daily updates from Odoo
Wednesday, August 6, 2025
1 change
Enhancements to existing features
The Indian GSTR-1 report view and spreadsheet have been updated to match the latest GSTN return format, helping businesses stay compliant with current reporting requirements. The change also improves how credit and debit notes are reported by tying them to the original invoice amount and warning users when required invoice links are missing.
Original PR description
With this PR, -Refactored GSTR-1 view and spreadsheet based on the latest GSTN report. -Ensured compliance with the new GSTR return format as per the provided specification. -Some tax tags are removed so those changes applied in GSTR-3 also. -Previously, in the GSTR-1 report, credit and debit notes of unregistered interstate transactions were reported based on their own amounts, which was wrong. So from now on, reporting will check the amount of the original invoice. Additionally, if a credit note is created without an associated invoice, the user will receive a warning in the report, and a field will be displayed in those unlinked credit notes list view to select the original invoice. task-3360018 Co-authored-by: Jay Savaliya <jasa@odoo.com> Co-authored-by: Zeel Patel <zepa@odoo.com>