Daily updates from Odoo
Monday, August 30, 2021
3 changes · master
Enhancements to existing features
Spreadsheet cells now show the first digits of numbers when the full value does not fit. This makes cropped numerical data easier to read and helps users identify important values at a glance.
Original PR description
When a numerical value is cropped, its first digits are the most relevant to display. This commit ensures that we align the text to the left when it's length overflows from the cell width. Task 2528759
Helpdesk tickets now show status updates from related repair orders, field service tasks, stock pickings, and invoices. This helps teams follow customer issues more easily without checking each connected document separately.
Original PR description
Add some tracking on models related to the ticket. Tracks repair orders state. Tracks when the related task is in a closed stage. Tracks pickin orders state. Tracks account move state Task ID: 2585025
Planning users now get clearer scheduling information before saving shifts, including immediate conflict warnings, allocated hours in Gantt cards, and clearer time-off dates. The update also improves staffing searches by work address and employee skills, making it easier to find suitable people for shifts.
Original PR description
Generic planning improvements: - Display shifts conflicts directly instead of after record creation - Display allocated hours in the gantt view's pill title - Allow looking up slots in function of work address and skills - Change time off conflict display to indicate the date of the time off instead of the overlapping interval - Change `effective_hours` to be displayed in a smart button - Allow translation on `planning.role .name` Task ID: 2596229