Daily updates from Odoo
Tuesday, September 8, 2015
8 changes · master
New functionality added to Odoo
The accounting app now restores the partner overdue report, making it easier for teams to review customers with overdue balances. Companies can customize the overdue message shown on reports, and the report now handles multi-currency overdue amounts more reliably.
Enhancements to existing features
This update clarifies several labels and help messages so users better understand product pricing, shop tours, channel mentions, and archive actions. It also hides advanced access groups from regular settings views and fixes a stock product layout issue, reducing confusion during everyday use.
Original PR description
TASK : https://www.odoo.com/web#view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.lHIQWPZVcTs0efNE
This update refines how Odoo checks database table names to ensure names are recognized more accurately. It is an internal reliability improvement that helps prevent incorrect validation without changing everyday user workflows.
Barcode scanning in inventory and picking screens is now more reliable and efficient. Warehouse users get clearer warnings, can move between pickings faster, and can close lot-splitting steps by simply scanning the next product.
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