Daily updates from Odoo
Monday, August 30, 2021
2 changes · master
Enhancements to existing features
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