Sunday, July 30, 2023
2 changes · master
Miscellaneous changes
[In some browsers, if a stylesheet is loaded from a different domain, accessing cssRules results in a SecurityError.](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet) Description of the issue/feature this PR addresses: - Add <link css /> in the custom <head> with a href's host different than the current database host - Open website - Edit it - Click on a block _OR add a block and try to save_ Current behavior before PR: - Web editor block list will start loading and
Original PR description
[In some browsers, if a stylesheet is loaded from a different domain, accessing cssRules results in a SecurityError.](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet) Description of the issue/feature this PR addresses: - Add <link css /> in the custom <head> with a href's host different than the current database host - Open website - Edit it - Click on a block _OR add a block and try to save_ Current behavior before PR: - Web editor block list will start loading and never end Desired behavior after PR is merged: - Web editor block list load and will be updated to reflect the selected block option opw-3432734 opw-3438480 opw-3435892 opw-3371073 Caused by: https://github.com/odoo/odoo/pull/125251 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#130033
When viewing the discarded data merge groups, the "Discarded" button should be hidden. This PR hides it. Forward-Port-Of: odoo/enterprise#44763
Original PR description
When viewing the discarded data merge groups, the "Discarded" button should be hidden. This PR hides it. Forward-Port-Of: odoo/enterprise#44763