Tuesday, June 14, 2016
2 changes · master
Resolved issues and error corrections
Website page search now handles page names with spaces or hyphens more reliably. This helps users find the right website pages even when the search text does not exactly match how the page address is stored.
Original PR description
… string, call generate method for related querystring from splitted list, allow search with hyphens(-), so convert hyphens into space in ModelConverter, also allow search with space for PageConverter because space is replaced with hyphens in page ir.ui.view key when new page is created Task: https://www.odoo.com/web#id=10804&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.SwQ05vrU7k2ZltJ2
This fixes an issue where a contact's image was not applied when the contact was first created. Businesses can now rely on contact records showing the correct image immediately, reducing manual follow-up edits.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web?#id=677692&view_type=form&model=project.issue&menu_id=5200 Current behavior before PR: Image not set for contact at create time Desired behavior after PR is merged: Fix issue, Now image set for contact at create time ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr