Monday, February 22, 2016
2 changes · master
New functionality added to Odoo
Users can now remove a cover image from project task cards when it is no longer needed. This gives teams more control over how project information appears in kanban views and helps keep boards tidy.
Original PR description
Task: https://www.odoo.com/web#id=21826&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.wuAb27SzNp1X1oQ8
Enhancements to existing features
This update lets the web interface request several filtered record lists in a single operation, each with its own options such as fields, sorting, and limits. It can improve responsiveness for views like Kanban boards by reducing repeated requests and better supporting different data slices at once.
Original PR description
Return the search for a list of domains, can apply different options for each domain. (by default use the dataset configuration) datas: domain: list of domain fields: (optional) field list, or list of field list context: (optional) context, or list of context limit: (optional) limit, or list of limit offset: (optional) offset, or list of offset sort: (optional) sort, or list of sort context: (optional) context, or list of context