Wednesday, August 5, 2020
4 changes
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
Marketing automation emails now keep special browser view links unchanged instead of converting them like regular links. This helps ensure recipient-specific email viewing links continue to work correctly.
Original PR description
Link /browser_view has been added in blacklist since it should not be converted. Task ID: 2239327