Wednesday, September 26, 2018
5 changes · master
Enhancements to existing features
The partner activation form in the website CRM partner assignment area now uses a cleaner, standard Odoo layout. This makes the form easier to read and more consistent with the rest of the application.
Original PR description
Description of the issue/feature this PR addresses: Create a neat form view for this menu Current behavior before PR: The formview has no `<sheet>` which results in a not really beautiful form view Desired behavior after PR is merged: A great looking form view like most views in Odoo. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail tracking screen has been redesigned to be easier to read and navigate. Fields are now grouped by topic, making it simpler for users to find and understand tracking information.
Original PR description
Description of the issue/feature this PR addresses: The mail tracking view is absolutely not easy to use and not user friendly. Current behavior before PR: One ugly view that is not UI friendly:  Desired behavior after PR is merged: A nicely designed UI for the mail tracking view. I've also set names on the groups to allow easier xpaths.  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The presentation slide viewer layout has been improved to provide a cleaner and more comfortable viewing experience. This makes embedded slides easier for visitors to use and helps course or website content look more polished.
Original PR description
Current behavior before PR: https://drive.google.com/file/d/1LjZM9k7iwjeYJdpPessgt7dGRKV1bBP7/view Desired behavior after PR is merged: https://drive.google.com/file/d/11aKv8YyNDOzlopU0VQ8y7IAnFZaZnTx_/view -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Sales email template links now open in a new browser tab instead of inside an embedded frame. This prevents users from seeing an error page and keeps the sales email flow working smoothly.
Original PR description
Description of the issue/feature this PR addresses: Before this the email template can cause "Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://318416-11-0-d9f749.runbot8.odoo.com" from accessing a cross-origin frame." Fixes https://github.com/odoo/odoo/issues/24112 Current behavior before PR: Traceback Desired behavior after PR is merged: No traceback, item opens in new tab -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the visual presentation of website slides by aligning slide cards, adding clearer backgrounds, making tags visible, and refining heading and video icon placement. These changes make slide pages easier to scan and more polished for visitors.
Original PR description
- align all the slides in row. - set background color in slide. - visible tag string. - set alignment for promote video icon. - change slide heading size. Description of the issue/feature this PR addresses: UI issue in website slides. https://drive.google.com/file/d/1-bn4rnAwlIFeTjCcmZSSwailVtN75S-S/view Current behavior before PR: https://drive.google.com/file/d/1-bn4rnAwlIFeTjCcmZSSwailVtN75S-S/view Desired behavior after PR is merged: Improved UI of website slides. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr