Tuesday, January 27, 2015
3 changes · master
Enhancements to existing features
Products now appear in ascending order based on their sequence number in product and online shop views. This makes product presentation more predictable and gives businesses better control over which items appear first to customers.
Original PR description
...uence number https://www.odoo.com/web#id=10008&view_type=form&model=project.task&action=327 PAD: https://pad.odoo.com/p/r.2kj6ZhDsMBuLsYxM
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.