Daily updates from Odoo
Monday, March 21, 2016
3 changes · master
Resolved issues and error corrections
Kanban cards can no longer be dragged between groups when the grouped field is read-only or date-based. This prevents users from accidentally changing important business records, such as sales orders or invoices, without the required business checks.
Original PR description
Prevent drag'n'drop in the following cases: - Group by field is read-only - Group by field is a date or datetime This is necessary to avoid, for example, changing the state of a sales order or an invoice without going through all the business logic. Related to #7047 opw-671697
The badge and challenge screens were cleaned up so employee avatars, form fields, and badge details display correctly. Badge pages now also show a clear counter for employees who have received each badge, making the information easier to find and use.
Original PR description
TASK: https://www.odoo.com/web#id=21433&view_type=form&model=project.task&action=327&menu_id=4720 PAD: https://pad.odoo.com/p/r.PynAYvEXp6qz7G9s Commit Summery: <b>First Commit:</b> Converted styles from sass to less so that avatars, goals render properly in kanban views. <b>Second Commit:</b> Fixed the layout issues with badges, challenges form view as well as grant badge wizard form view. <b>Third Commit:</b> Created Granted Employees stat-button in badges form view that shows the Number of employees to whom the particular badge is granted.
This update fixes how internal templates are loaded after a platform API change, preventing errors in reports and website-related pages. It helps keep account follow-up reports, contract pages, and website version views working reliably without changing user-facing features.
Original PR description
The method `render` no longer accepts XML IDs.