Daily updates from Odoo
Friday, July 4, 2025
2 changes · 18.0
New functionality added to Odoo
Adds a new Türkiye localization module that creates XML files for individual stock transfers. Businesses can upload these files to Nilvera to create e-Dispatch records, helping Turkish operations handle dispatch documentation 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 Forward-Port-Of: odoo/odoo#194384
Adds support for India GSTR-1 Table 13 document summaries, allowing businesses to generate or manually update document summary lines for each return period. The data is included in GST JSON submissions and spreadsheet exports, improving compliance reporting and audit checks.
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