Wednesday, August 5, 2020
4 changes
New functionality added to Odoo
A new option lets grid views show footer totals as a bar chart instead of plain totals. This is enabled for timesheets, making totals easier to compare visually and helping users spot workload patterns faster.
Original PR description
New 'barchart_total' boolean attribute on grid view (default=false) When barchart_total=true, the footer is displayed as a barchart task - 2261846
Enhancements to existing features
This update makes planning easier to use by opening shift details directly from the kanban view, keeping project information visible, and simplifying role naming. It also adds a default planning role per employee and highlights missing email addresses so schedulers can spot communication issues earlier.
Original PR description
1/ Kanban view: open the form on click
2/ Always display project_id
3/ Rename Default Planning Roles into Planning Roles
4/ Add Default Planning Role
Set this role by default when a new shift is created for this employee
If this field is left empty, fallback on the role with the smallest
sequence, else, fallback on the role with the smallest sequence
5/ Add a exclamation icon next to the icon if they don't have an email
address
TaskID: 2253541Open shifts in Planning now show weekends as unavailable in the Gantt view. When creating an open shift, the system uses the company's working hours by default, making schedules clearer and reducing manual setup.
Original PR description
Before this commit, the weekends were not displayed as "unavailable" on the gantt view for the open shifts. Now the weekends will be displayed and the company working hours will be taken as default when creating an open shift. TaskID: 2253893
Accrual Entries and Transfer Entry workflows are now consolidated into the Automatic Entries wizard, giving accounting users one clearer place to manage these actions. Related accounting and asset updates also align posting behavior so only current or past entries are processed, improving consistency across financial operations.
Original PR description
Task [2227389](https://www.odoo.com/web#id=2227389&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720) Accrual Entries and Transfer Entry wizards have been merged into Automatic Entries. Community PR https://github.com/odoo/odoo/pull/48651