Thursday, April 3, 2025
5 changes · master
Resolved issues and error corrections
This update adjusts internal app customizations so they stay aligned with the latest core Odoo method definitions. It helps prevent technical linting issues and reduces the risk of errors when these modules interact with the main platform.
Original PR description
See community branch for lint test. odoo/odoo#203296
This fixes unstable automated tests for VOIP and room features so they run faster and more consistently. It reduces the risk of false failures during development and helps teams validate changes with less delay.
Original PR description
Issue: non-deterministic JS unit tests in VOIP. See commits for details. Community: https://github.com/odoo/odoo/pull/204471
This fix makes document-based accounting actions more reliable by allowing a journal to be identified either by its internal ID or by its code. It reduces the chance of errors when creating accounting entries from documents, especially in configurations that reference journals differently.
Original PR description
refactor account_create_account_move() to accept an ID of a journal or code of journal
This fixes a visual issue in Documents where the shortcut indicator could disappear when users dragged files over the search panel while holding Ctrl. Users now keep the expected visual guidance during drag-and-drop actions, reducing confusion.
Original PR description
Before this commit, when dragging documents over the search panel while holding the ctrl key the icon disappear preventing the user from the visual help. This commit fix the issue. Task-4689834
The Documents app now opens the server actions list with a default filter showing only top-level actions. This makes the list easier to navigate and helps users focus on the actions most relevant for configuration or review.
Original PR description
Add Top-level actions filter to the documents server actions list by default