Daily updates from Odoo
Monday, March 30, 2026
2 changes · master
Enhancements to existing features
This update enhances the HR Payroll dashboard by prioritizing important warnings and dates, and reducing distracting colors. The changes make it easier for users to quickly identify critical payroll information and ensure compliance.
Original PR description
This PR improves the dashboard page of `hr_payrol` - Put the emphasis on 'warning' and 'danger' entries (gradient-bg, primary button) - Put more emphasis on the date - Reduce the excessive use of colors task-5979941 | Before | After | |--------|--------| | <img width="1703" height="899" alt="Screenshot 2026-03-26 at 09 26 07" src="https://github.com/user-attachments/assets/e21eb1ee-b685-49c5-924b-68a96a563775" /> | <img width="1713" height="886" alt="Screenshot 2026-03-26 at 09 29 41" src="https://github.com/user-attachments/assets/8753847c-a67d-441a-a488-7f5d095aa489" /> |
This update enhances the printed planning reports by adding day of the week indicators and aligning week headers with the Gantt view. The reports now sort slots by start date, making them easier to read and understand. This improves the clarity and usability of the planning data for users.
Original PR description
Reformat the printed planning as follows: - Remove unnecessary header - Add day of the week to the table header (e.g., Monday 17) - Align week header with planning gantt view (e.g. Week 8, Feb 15 - Feb 21) - Order slots by start date instead of create date task-5387263