Daily updates from Odoo
Tuesday, April 3, 2018
3 changes
Enhancements to existing features
This update improves how Odoo adds and manages followers on records such as projects, HR requests, expenses, maintenance items, calendar events, and learning or event content. It reduces background database work, avoids duplicate follower issues in expense reports, and keeps notifications flowing correctly when people are automatically subscribed.
Original PR description
Task: https://www.odoo.com/web?debug#id=1824616&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
This change prevents HR Attendance sessions from closing automatically after a week of inactivity by keeping the session alive in the background. This helps employees and managers avoid unexpected interruptions when using attendance-related screens over time.
Original PR description
The session was closing every 7 days for lack of activity. I had a small query running once a day to avoid that. Task: 47216 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Project and timesheet kanban cards now show their action links in more consistent positions. This makes cards easier to scan and reduces layout shifts when different links are available.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr