Friday, October 31, 2025
3 changes · 19.0
Enhancements to existing features
The mail call permission dialog has been resized to remove unnecessary empty space. This creates a cleaner, more focused experience when users are asked to grant call permissions.
Original PR description
**Purpose of this PR:** Reduce the size of the call permission dialog to eliminate extra empty space on the right side. **Before** <img width="1355" height="643" alt="image" src="https://github.com/user-attachments/assets/e8366841-d07e-4c05-8f88-8710631bfd57" /> **After** <img width="1901" height="932" alt="image" src="https://github.com/user-attachments/assets/9e13f665-8028-4c61-9170-9eaf9d3b00a0" /> task-[5091767](https://www.odoo.com/odoo/project.task/5091767) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Live chat transcripts now add spacing when the speaker changes, making saved conversation histories easier to read. This helps sales or support teams quickly understand the flow and context when reviewing chats in related records such as leads.
Original PR description
When converting a livechat session history into a description (e.g., for leads), messages from different authors were shown consecutively without separation, making it difficult to follow the conversation flow. This PR inserts a line break whenever the message author changes, making the transcript easier to read and providing clearer context shifts. Task-5217172 **Before:** <img width="530" height="463" alt="image" src="https://github.com/user-attachments/assets/29304bc5-d8e4-470a-adc0-bf6d1d963bcf" /> **After:** <img width="491" height="586" alt="image" src="https://github.com/user-attachments/assets/7a019672-84fa-457d-ae2f-48bb4a3506a3" /> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The depreciation schedule report now defaults to the previous financial year instead of the previous month. This better matches how businesses typically use the report for year-end filings such as tax returns and BNB attachments.
Original PR description
The depreciation schedule report is usually is consulted to be attached to the BNB and/or tax return of a completed financial year. For an ongoing financial year, it has very little value. Therefore default opening of the depreciation schedule report is changed from previous month(default value) to previous year. task-5167082