Daily updates from Odoo
Tuesday, August 17, 2021
1 change
Enhancements to existing features
Gantt chart tooltips have been standardized across several business apps to make schedule details easier to read. Time ranges now appear consistently on one line, helping users compare dates and timings more quickly.
Original PR description
Applies to the following modules: - event_enterprise - hr_appraisal - hr_holidays_gantt - hr_work_entry_contract_enterprise - industry_fsm - infustry_fsm_report - planning - project_enterprise - project_timesheet_forecast - sale_renting - sale_stock_renting - website_event_track_gantt Cleans up the gantt tooltip for the above modules, mainly replaces the format from `Field: data` to `Field - data` and unifies the format to display the time range; previously Start and End would be on two separate lines, they are now in the format `start -> end` with the same print 'format' everywhere. Task ID: 2618228