Wednesday, August 17, 2022
1 change · master
Features or functions removed from Odoo
This change removes an outdated automated check for the website dashboard that was no longer relevant after Google Analytics could no longer be embedded there. It should reduce recurring test failures and cleans up misleading Google-related labels in website records without changing customer-facing website behavior.
Original PR description
* website_sale That tour keeps failing. A fix attempt was made with [1] but wasn't enough. The tour was actually useless as since [2] google analytics dashboard was not part of the website dashboard anymore (due to google not allowing GA4 dashboard to be embed). The tour, which was initially made to ensure that google analytics was correctly shown even if not yet connected to was then not useful anymore. The opportunity is also taken to rename the misleading ID of related records still mentioning Google. [1]: https://github.com/odoo/odoo/commit/1a191357e3ac0c4542b2fc7c3a2aee18dc54699d [2]: https://github.com/odoo/odoo/commit/985e49bdb5e22fa197ba267aa41d7a8ba7e50550 runbot-4498 runbot-4499 runbot-4466