Daily updates from Odoo
Monday, August 31, 2015
5 changes
New functionality added to Odoo
This update adds a dedicated filter to help users quickly find overdue invoices. It improves day-to-day accounting workflows by reducing manual searching and making follow-up on late payments more efficient.
Original PR description
I think this filter would be very usefull for users of Odoo.
Enhancements to existing features
This update improves several Odoo setup and navigation screens so users land in the right place after installing apps and see clearer labels. It also tidies accounting configuration options, employee forms, module naming, and a few visual details to make day-to-day administration easier.
Original PR description
TASK : https://www.odoo.com/web#id=20274&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.TGmrYryArFZrwPME
The web interface now shows more specific labels for boolean buttons, including different wording when users hover over them. This makes actions like activating or archiving records easier to understand before clicking.
Original PR description
The widget now provide labels that depend on widget option "terminology". For each terminology, it provides four button labels that are shown depending on the field's value and hover status on the button.
This update improves the sales dashboard experience by hiding unnecessary view-switching controls, showing currency next to sales amounts, and fixing a missing form view issue. It also refreshes helpful in-app tips for sales quotations and other apps so they work better with the newer web interface.
Original PR description
TASK : https://www.odoo.com/web#id=20245&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.BEeHmZzDJGjnRrz5
Resolved issues and error corrections
Fixed a calendar issue that could cause errors after switching views or reloading events. The calendar now properly refreshes related contact data, helping users avoid disruptions while managing scheduled activities.
Original PR description
… swithced m2o should be reinitialized, and old instance of field manager should be destroyed otherwise it will through traceback 'cannot call methods on autocomplete prior to initialization', also improved the reload_favorite_list, it should be called when calendar.contacts record is created. Issue: 646384