Tuesday, January 27, 2015
4 changes · master
Enhancements to existing features
This update renames the default server configuration file from the old OpenERP name to the current Odoo name. It helps keep setup instructions and configuration behavior consistent with Odoo branding, with minimal impact on day-to-day use.
List view columns can now display website addresses as clickable links when configured for URLs. This makes it easier for users to open external pages directly from records, and it also handles links that do not include a protocol by using the current page protocol.
Original PR description
I see a use case for specifying a column of a list/tree view as widget="url" for some cases where that column contains a hyperlink to an external web page. This simple change modifies the content of a column (if there is content), so that the data is wrapped in a standard HTML anchor tag. If the user does not specify a protocol (HTTP/S, etc.) the // (inherit current protocol) prefix is appended.
Resolved issues and error corrections
Portal users can now read planner information without triggering an error in the web client. This prevents a broken experience when those users access areas that rely on planner data.
Original PR description
...an error in the webclient
The web interface now includes the required icon styling for list drag handles, so users can clearly see where rows can be reordered. This fixes a visual issue in list views and makes row reordering easier to discover and use.
Original PR description
TASK : https://www.odoo.com/web#id=11745&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.Ea0ReXlAe74PdECm