Friday, August 23, 2024
3 changes · saas-17.4
Resolved issues and error corrections
The point of sale product information popup now shows stock quantities from the warehouse configured for that POS. This prevents staff from seeing misleading availability when multiple warehouses exist, improving inventory accuracy at checkout.
Original PR description
Before this commit, when multiple warehouses were available, the product info popup could display the product quantity from a warehouse different from the config warehouse. opw-4102838 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change fixes a timing issue in a Calendar automated test that could cause it to fail even when the calendar event was present. It helps keep quality checks stable so valid changes are less likely to be blocked by unreliable test behavior.
Original PR description
Tour test_calendar_decline_with_everybody_filter_tour failed at step Click on the event (focus + waiting) (trigger: a .fc-event-main:contains("Test Event")). Element has been found. The error seems to be with step.run
runbot ticket : 67218
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis fix makes an internal messaging test ignore notifications from other Odoo instances sharing the same database system. It helps prevent false test failures, improving confidence in release validation without changing user-facing behavior.
Original PR description
The `test_postcommit` test ensures that all postcommit channels are fetched with a single listen. However, the postgres db is used by several database. As a result, notify linked to other odoo instances can be received leading to the test failing. This PR fixes this issue by ensuring we're only looking for channels linked to the current odoo instance. runbot-73399