Monday, January 22, 2024
3 changes · saas-17.1
Resolved issues and error corrections
Documentation links across the product have been corrected to point to the saas-17.1 documentation. This helps users and implementers reach the right guidance for their current version instead of potentially landing on mismatched documentation.
Original PR description
See also: - https://github.com/odoo/enterprise/pull/54859
This update fixes an intermittent automated test failure in the analytic module by ensuring popups finish opening or closing before tag counts are checked. It does not change business functionality, but helps keep quality checks stable and reduces false alarms during development.
Original PR description
The test fails sometimes. A nextTick is needed to be sure the popup is opened. For the tags, it's probable that the issue comes from the fact that the popup has not yet been closed. So it also counts the badge on the popup. Linked to runbot error 52759 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects documentation links across several Odoo Enterprise areas so they point to the saas-17.1 documentation instead of another version. Users and implementers will be directed to the right help pages for their current software version, reducing confusion when configuring features.
Original PR description
See also: - https://github.com/odoo/odoo/pull/150472