Wednesday, September 26, 2018
2 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
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