Monday, May 19, 2025
5 changes · saas-18.2
Resolved issues and error corrections
This change updates the Argentine point-of-sale test setup so it has the required permissions when creating POS configuration data. It helps keep automated checks reliable and prevents access-rights errors from blocking validation of POS behavior.
Original PR description
Creating POS metaobject requires pos admin access, or sudo. https://runbot.odoo.com/odoo/error/223012
This fixes an intermittent Point of Sale test failure when opening preset timing repeatedly. The change helps ensure the timing popup finishes opening before another action starts, improving stability without changing the user-facing workflow.
Original PR description
Fix runbot error when using preset timing in tour. Now we have an async lock for the function `openPresetTiming` so when opening this popup we make sure the previous one is finished. Also, inside the tour `test_preset_timing` we added a step to wait for the synchronization to be finished before opening the preset timing popup again. runbot error: 213368 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Mobile users can now use Reply All and Forward in messages without triggering an error. This restores expected email handling behavior on mobile and prevents interruptions when responding to conversations.
Original PR description
**Purpose of this commit:** Attempting to use the Reply All or Forward actions from the mobile view results in a traceback. This occurs because the corresponding callbacks were not defined in the MessageActionMenuMobile component, which utilizes the action registry. This PR fixes the adding the function with the actions itself as that is the only place they will be used. **task-4794318**
This change removes a duplicate field from the ISO 20022 journal setup. It helps keep accounting configuration screens clearer and avoids confusion from seeing the same field more than once.
Original PR description
Duplicate field was introduced in https://github.com/odoo/enterprise/commit/0703cf2834aeca2db498575ac6e0a35e37e7d048 Duplicate of : https://github.com/odoo/enterprise/pull/85692/files#diff-a75131997102fa2a43d54afca5d43c93165f9eb91a0afc1a707d82ad80e35cf9L48
This update prevents a crash when installing loan-related demo data in certain accounting setups. It also adjusts an accounting report test so automated checks work correctly whether the full accounting app is installed or not, improving release reliability.