Monday, February 24, 2025
3 changes · saas-18.1
Resolved issues and error corrections
This change fixes an unstable automated test in the Mail app that could fail depending on employee status data from HR. It helps keep quality checks reliable so valid updates are less likely to be blocked by false test failures.
Original PR description
Before this PR, the `last_seen_message_should_send_notification_only_once` test was sometimes failing. This is due to the assertion of `im_status` being set to `offline` while the hr module overrides statuses with values such as `leave_offline`. This PR fixes the issue. runbot-112747 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
Live chat chatbot responses now appear immediately instead of waiting 1.5 seconds. This makes automated conversations feel faster and reduces unnecessary waiting for website visitors.
Original PR description
This PR removes the chatbot 1.5s delay before show the answer. Task-4577776
Bookkeepers can now see the general information section for bank-related products and accounts as intended. This fixes an access display issue caused by a view setting that unintentionally replaced the allowed user groups.
Original PR description
…eneral info The Book keeper was not able to see the General info of bank accounts and so on - The problem was that there was an xpath that overwrite the groups - I was not able to remove the view file as it will affect our database and that may affect the system. - We may need to remove that file in the master Task-4567218 X-original-commit: 68f6c1f9fd3ff6762c98e1a405ade035129efce0