Daily updates from Odoo
Tuesday, February 10, 2026
6 changes · master
Enhancements to existing features
This update introduces a more precise rental calendar system, replacing previous limitations with a resource calendar. This allows for granular control over availability, enabling scheduling of rentals based on specific dates and times, such as excluding certain days or periods.
Original PR description
Replace the unavailability days by a proper calendar. Task-5083109
This update enhances the professionalism of appraisal request emails sent to users, making them more formal. Additionally, the email content within the chat interface is now consistently visible across both light and dark themes, improving user experience. This ensures a polished and accessible process for requesting appraisals.
Original PR description
[IMP] hr_appraisal: improve appraisal request email
- When user requests appraisal (e.g. Mitchell Admin), we changed email subject and body wording to make it more formal
- When user requests appraisal, the email body in chatter not observable in UI well due to colors, now it is visible in both light/dark versions.
task - 5498786This update enhances Odoo's spreadsheet functionality by allowing users to include property fields within list views. This means data from related records can be directly displayed and edited within spreadsheets, improving data management and reporting. It's a key improvement for users working with complex data sets.
Original PR description
With this commit, we now support property fields in spreadsheet lists. Task: [3329490](https://www.odoo.com/web#id=3329490&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
This update adjusts how GST, TDS, and TCS reports are displayed within Odoo Enterprise. Previously, these reports were automatically visible, but now they require enabling within the settings menu. This change enhances control and streamlines the user experience for Indian businesses.
Original PR description
Before this commit:
- GST Reports are visible by default if l10n_in_reports module is installed.
- TDS / TCS Reports are visible by default.
After this commit:
- GST Reports only get visible upon enabling the functionality from setting.
- TDS / TCS Reports only get visible upon enabling the functionality.
- Improve the indian integration block in settings.
task-5248629This update adjusts a key parameter within the Australian Payroll module to comply with the 2026 PEA (Pay As You Earn) tax rules. This ensures accurate payroll calculations and adherence to Australian tax regulations for our Australian clients. The change is a necessary update to maintain compliance.
Original PR description
This task updates PEA rule parameter value task-5884083 Forward-Port-Of: odoo/enterprise#106925 Forward-Port-Of: odoo/enterprise#105896
This update enhances the Open Items report by simplifying its presentation and improving color-coding for overdue amounts and negative balances. The changes also extend functionality to include payables and synchronize the report with the Partner Ledger, ensuring consistent reporting across key financial views.
Original PR description
Rework the followup report (renamed into "Open Items"): - Remove Due/Overdue grouping lines - Change the color of due date in case of overdue - Change the color of the amount if negative to blue - Account types now also include payables Some of these changes also apply to the Partner Ledger, and the code has therefore been updated to generalize to both reports (and even the customer statement report). The smart button on the partner form view leading to the Open Items Report has also seen slight visual changes, and since now the Open Items Report properly displays payables, this smart button leads to the same amount as displayed for suppliers. task-5867498