Sunday, September 7, 2025
3 changes · saas-18.4
Resolved issues and error corrections
Live chat sessions that only involve bots will now be automatically closed when they have been inactive for more than one day. This prevents abandoned automated conversations from remaining open indefinitely and distorting live chat performance statistics.
Original PR description
**Purpose of this PR:** Garbage collect livechat sessions involving only bots if the last message was sent more than 1 day ago. This prevents indefinitely ongoing sessions from skewing livechat statistics. task-4972170 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#221548
Spanish Generic Tax Return Excel exports now show dates in the expected dd/MM/yyyy format instead of the US-style MM/dd/yyyy format. This helps Spanish businesses read and submit VAT record book reports without date confusion.
Original PR description
Changed date format from MM/dd/yyyy to dd/MM/yyyy in reports. An issue with the date formatting for the exported Excel file of the Generic Tax Return report for Spain. In the XLSX file, the dates are…
Changed date format from MM/dd/yyyy to dd/MM/yyyy in reports. An issue with the date formatting for the exported Excel file of the Generic Tax Return report for Spain. In the XLSX file, the dates are generated in the mm/dd/yyyy but they should be generated in the dd/mm/yyyy format. Steps to reproduce this error: 1. Create a new database using Odoo version 18. 2. Activate the module: “Spain - Accounting (PGCE 2008)” (l10n_es). 3. Create a new company and set Spain as the country. 4. Create a new quotation and select the company created in step 3. 5. Confirm the invoice generated from the quotation. 6. Go to Accounting → Reporting → Tax Report and select "Generic Tax Report". 7. Click the gear icon and select "VAT Record Books (XLSX)". <img width="960" height="540" alt="Ticket_Image_Editing (14)" src="https://github.com/user-attachments/assets/7ef6b8ec-4c31-4d4a-8724-d197fa177bf2" /> OPW https://www.odoo.com/es_ES/my/tasks/5010210 MT-10457 @moduon Forward-Port-Of: odoo/enterprise#92158
Documentation and clarification updates
This update records that GitHub user dimaurosalvatore has signed Odoo's Individual Contributor License Agreement. It supports legal compliance for accepting contributions and does not change any product functionality.
Original PR description
Description of the issue/feature this PR addresses: Sign the Odoo Individual Contributor License Agreement (CLA) for GitHub user dimaurosalvatore. Current behavior before PR: CLA not signed Desired behavior after PR is merged: CLA signed and recorded in doc/cla/individual/ under dimaurosalvatore.md. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#224761