Daily updates from Odoo
Tuesday, April 8, 2025
7 changes · master
Enhancements to existing features
The rental order test now selects an available lot from the list instead of typing a fixed lot number. This makes the automated check more reliable and helps prevent false test failures without changing customer-facing behavior.
Original PR description
In this commit:
===
- Replaced `enterLotNumber("123456789")` with `selectNthLotNumber(1)` to ensure proper lot selection in the test case.
task-4572186
related-https://github.com/odoo/odoo/pull/199730Grouped kanban pages now use the same responsive layout as standard kanban pages instead of a separate view. This makes appointment, sign, and website visitor screens more consistent and better adapted to different column layouts.
Original PR description
Previously, a separate kanban grouped view was used when records had groups applied.This task removes the grouped view and adjusts the ungrouped view to fit the necessary columns dynamically, ensuring responsiveness and consistency across views. Task-4582920
Documents now offers a clearer inspection experience with better details panels, chatter access, focus navigation, and activity view support. Users can more easily review document information, move through records, open previews or folders from the file-type icon, and link documents to business records.
Original PR description
Improve Documents UI: better look, details inspection and chatter on focus, and in activity view. Other notable change in list view: showing preview, navigating inside folders, or opening a spreadsheet is now done using the mimetype icon. See details in individual commits Task-4596337
Spreadsheet pivots now insert real date values for day and month groupings, reducing confusion across different date formats and locales. Autofill also better recognizes equivalent date values in pivot formulas, making spreadsheet dashboards easier to maintain.
Original PR description
See https://github.com/odoo/odoo/pull/204760
Indian payroll setup no longer assigns a default partner to TDS under company contributions. This aligns payroll records with the fact that TDS is deducted from employees, not contributed by the company, helping avoid misleading contribution reporting.
Original PR description
TDS is always deducted from the employee side and is not part of the company's contribution. Hence, the default partner has been removed from the TDS record under company contribution. Key Changes: - Removed the default partner from the TDS company contribution rule. Task - 4667917
This update standardizes how internal messaging-related data fields are defined across Odoo apps. It helps keep mail, approvals, VoIP, and WhatsApp features more consistent and easier to maintain, with little direct change for end users.
Original PR description
https://github.com/odoo/odoo/pull/204634
The spreadsheet comment side panel was updated to match recent menu behavior changes. This helps menus appear in the right place and keeps the commenting experience consistent for users.
Original PR description
The `Menu` component changed props in o-spreadsheet. Task: [4655815](https://www.odoo.com/odoo/2328/tasks/4655815)