Tuesday, April 8, 2025
4 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/199730Indian 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)