Tuesday, April 29, 2025
4 changes · saas-18.3
Enhancements to existing features
Demo records for fleet, employee fleet, and timesheet-related sales have been adjusted to better demonstrate the new ESG module workflows. A new app category was also added so the ESG module is easier to organize and present in demonstrations.
Original PR description
In this PR, we adapt existing demo data to showcase the flows of the new ESG module. We also create a category for this new module. [task-4517841](https://www.odoo.com/odoo/project.task/4517841) Related to https://github.com/odoo/enterprise/pull/79004
The live chat sessions report now opens with a line chart instead of a bar chart, using the total record count as the default measure. This makes trend analysis over time more immediate and easier for teams to interpret without changing chart settings first.
Original PR description
**Current behavior before PR:** Prior to this PR, the chart type was by default a bar chart, and the default measure was sessions with calls. **Desired behavior after PR is merged:** Now, the default chart type is changed to a line chart, and the default measure is set to count (number of records). task-[4752951](https://www.odoo.com/odoo/project.task/4752951) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Tax return checks now also verify the country set on fiscal positions. This helps businesses catch configuration mismatches earlier and improves the reliability of tax reporting.
When creating a new partner from a bank statement line, the name supplied by the bank is now filled in automatically. This reduces manual typing during reconciliation and helps users create missing partners faster with fewer data entry errors.
Original PR description
When a bank statement line has a partner name (from the bank), that is not in our database, we have a button to create it. Add the partner name from the bank as the default for the new partner. task-4749340