Wednesday, July 17, 2024
2 changes · 17.0
Resolved issues and error corrections
Point of Sale sessions no longer fail when a product category has an archived parent category. This prevents an unexpected startup error and helps stores continue using PoS without needing to manually reactivate old category records.
Original PR description
Before this commit, attempting to open a PoS session with a product category whose parent category was archived would result in an error. opw-4050863 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix resolves intermittent test failures in the Report Editor that occurred about 8% of the time. The issue was caused by report editing being triggered before the editor was fully loaded. By improving how the system identifies when the editor is ready, these unreliable test failures are now eliminated, ensuring more consistent and reliable testing.
Original PR description
Before this commit, in about 8% of the time for some test tours, some edition of the report was triggered before the OdooEditor had a chance to start, so the concerned step failed. After this commit, there is no such race condition, as we add OdooEditor's specific class to the step selectors. runbot-error-29949 (and all linked error)