Friday, October 13, 2023
3 changes · master
Resolved issues and error corrections
This change fixes an internal test setup issue that could make websocket-related tests start in the wrong order. It helps keep the bus module's automated test results stable and trustworthy without changing customer-facing behavior.
Original PR description
Since [1], the asset watchdog bundle is added to the registry during bus tests. Websocket tests wait for the `connect` event after starting the environment. This `connect` event can be triggered sooner than expected since the asset watchdog services starts the bus. This commit removes the asset watchdog service from bus tests in order to ensure the test will be the one to actually start the bus. [1]: https://github.com/odoo/odoo/pull/138221
Time Off list views now show key employee information where it was previously missing. This helps managers and HR users more easily identify whose leave or allocation records they are reviewing, while keeping the My Time menu appropriately focused.
Original PR description
Before this commit, In time off if we got to dashboard and open list view then information related to employee is missing. In this commit, removed invisible attribute from field to show employee information. task-3482508
This update cleans up generated styling and removes outdated layout rules in several areas. Users should see more consistent card layouts in Sign, a working Sign onboarding tour, and better aligned activity fields in Marketing Automation.
Original PR description
task-3546717