Daily updates from Odoo
Tuesday, September 8, 2015
4 changes
Resolved issues and error corrections
This fixes an issue where the breadcrumb could disappear when users moved from an event page on the website to the backend. It helps users keep their navigation context, reducing confusion when managing event content.
Original PR description
…en coming from frontend to backend Issue Reference: 644334
The recruitment job form now shows the correct application count on the Applications button. This helps hiring teams quickly see how many candidates are linked to a job without opening additional views.
Original PR description
…ations button in hr.job form, job_id is many2one field so its value will tuple of (id, value), so it should be 0th element of tuple as ID of dict Issue: 647285
Fixed an issue in the Lunch app where empty alert messages were treated as blank text instead of no alert. This ensures related fields hide correctly in views, preventing confusing or unexpected screens for users.
Original PR description
This method computed blank string instead of False if there were no alert messages, causing unexpected behavior of view(field not getting hidden using attrs)
This fix prevents an error that could occur when working with event-related sales orders. It corrects the filtering logic so users can continue managing event sales without interruption.
Original PR description
- Issue : https://www.odoo.com/web#id=648375&view_type=form&model=project.issue&menu_id=4120&action=609