Friday, July 4, 2025
2 changes · 17.0
New functionality added to Odoo
Adds a new Türkiye localization module that lets users generate XML files for individual stock transfers. Businesses can upload these files to Nilvera to create legally required e-Dispatch records more efficiently.
Original PR description
This PR adds a new module for Türkiye e-Dispatch. It generates an XML file for individual stock transfer which can be uploaded to Nilvera to create e-Dispatch records. TaskID:4270304 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds support for the GSTR-1 Document Summary so Indian GST returns can include required invoice and credit note summary details. Businesses can generate these lines automatically, adjust them when needed, and review them in both JSON filing data and spreadsheet exports.
Original PR description
- Introduced a new module l10n_in_reports_gstr_document_summary to handle Table 13 (Document Summary) in GSTR-1 reporting. - Enables both automatic generation and manual updation of document summary lines for each return period. - Automatic generation currently supports two document types: invoices (out_invoice) and credit notes (out_refund). - Integrates directly with GSTR-1 JSON by appending the doc_issue structure as per the official GST schema. - Also extends the GSTR-1 spreadsheet export to include document summary data for verification and auditability. taskId-4765771 Forward-Port-Of: odoo/enterprise#87951