Saturday, April 10, 2021
3 changes · master
Miscellaneous changes
The website scroll effects using the `AnimationEffect` Odoo API were not working anymore if custom code enforces the html element as the scrolling element. Indeed in that case the scroll event handlers were now attached to the html element itself while it needs to be the window in that case. This may be something to fix at the source (the `getScrollingElement` method). This will be checked later. Forward-Port-Of: odoo/odoo#69083
Original PR description
The website scroll effects using the `AnimationEffect` Odoo API were not working anymore if custom code enforces the html element as the scrolling element. Indeed in that case the scroll event handlers were now attached to the html element itself while it needs to be the window in that case. This may be something to fix at the source (the `getScrollingElement` method). This will be checked later. Forward-Port-Of: odoo/odoo#69083
If the user type his website URL as suggested by the helper, and he redirects his `http` to `https` (nginx, cloudflare..), then his canonical url won't ever be reachable. Most critical issue will be that we won't display the `alternate/hreflang` tag, which basically tells the search engines what and where is our translated content. opw-2486918 Forward-Port-Of: odoo/odoo#69056
Original PR description
If the user type his website URL as suggested by the helper, and he redirects his `http` to `https` (nginx, cloudflare..), then his canonical url won't ever be reachable. Most critical issue will be that we won't display the `alternate/hreflang` tag, which basically tells the search engines what and where is our translated content. opw-2486918 Forward-Port-Of: odoo/odoo#69056
In Accounting, the Check Register report is showing all accounts, when it should only show liquidity accounts. When the lines of the report are generated, liquidity accounts are retrieved and put into the context, but they are not used in the query retrieving the account move lines to filter them. opw-2413763 Forward-Port-Of: odoo/enterprise#17528
Original PR description
In Accounting, the Check Register report is showing all accounts, when it should only show liquidity accounts. When the lines of the report are generated, liquidity accounts are retrieved and put into the context, but they are not used in the query retrieving the account move lines to filter them. opw-2413763 Forward-Port-Of: odoo/enterprise#17528