Saturday, July 5, 2025
2 changes · saas-18.1
New functionality added to Odoo
Adds a new Türkiye e-Dispatch module that lets users generate XML files from individual stock transfers. Businesses can upload these files to Nilvera to create compliant e-Dispatch records, reducing manual preparation for Turkish logistics documentation.
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 Forward-Port-Of: odoo/odoo#217514 Forward-Port-Of: odoo/odoo#194384
A new Indian GST reporting feature adds Document Summary support for GSTR-1, covering key document types such as invoices, debit notes, and credit notes. Businesses can generate or adjust summary lines for each return period, with the data included in JSON filing exports and spreadsheets for easier verification and audit readiness.
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 three document types: invoices (out_invoice) , debit notes (debit_origin_id) 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#85473