Daily updates from Odoo
Friday, August 1, 2025
10 changes
4 changes
Enhancements to existing features
This update prepares the Guatemala localization for a future electronic invoicing module. It allows specific test tax IDs for Guatemalan companies and adds a fuel-related accounting entry needed for local compliance workflows.
Original PR description
related enterprise PR: https://github.com/odoo/enterprise/pull/84036 Forward-Port-Of: odoo/odoo#221276 Forward-Port-Of: odoo/odoo#205863
Employee version dates now appear in familiar local formats, such as "Jan 1, 2000" in the US and "1 janv. 2000" in French. This makes HR information easier to read and more consistent for users in different regions.
Original PR description
Version dates should be in the format "Jan 1, 2000" for the US, "1 janv. 2000" for FR, etc. Task: 4879285
This update adds automated tests for several Point of Sale data models, including orders, order lines, categories, and presets. These tests help catch regressions earlier and improve confidence in future POS changes without altering day-to-day user workflows.
Original PR description
Add hoot tests for POS models including `pos_order`, `pos_order_line`, `pos_category`, and `pos_preset`. task-id: 4945821 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#220344
This update adds automated checks for Enterprise point of sale behavior to help ensure key customizations keep working as expected. It reduces the risk of regressions in point of sale configuration, store, and preparation display flows during future updates.
Original PR description
This commit adds hoot tests for the overriden methods of point_of_sale in the pos_enterprise module. taskId: 4945820 Forward-Port-Of: odoo/enterprise#90758
1 change
Enhancements to existing features
This update prepares the Guatemalan localization for a future electronic invoicing module. It allows specific test tax IDs for Guatemalan companies and adds a fuel-related accounting entry needed for local compliance workflows.
Original PR description
related enterprise PR: https://github.com/odoo/enterprise/pull/84036 Forward-Port-Of: odoo/odoo#205863
5 changes
Enhancements to existing features
VoIP will no longer appear as the first app on the homepage. Its position has been adjusted to appear after WhatsApp, making the app ordering more intentional and less prominent for users who do not need VoIP first.
Original PR description
Change the sequence number of the VoIP root menu so that it doesn't show up as the first app on the homepage. The sequence number is set to 261 in order to put VoIP right after WhatsApp, which is 260 at the time.
The Sign app receives small interface refinements to make sending and managing signature requests smoother. These updates help users navigate common signing workflows more comfortably without changing the core process.
Original PR description
## Purpose Improvements to the user experience when using the sign application. ## Specification Minor tweaks to the UI of sign Task: 4306332
Signing fields no longer use a blurred background over the document content. This makes the document easier to read while users review and complete signature items.
Original PR description
With this PR, the sign items no longer have a background that blurs what is underneath. Task: 4984615
This update adds automated tests for Enterprise Point of Sale custom behavior, helping ensure these workflows keep working as expected. It reduces the risk of regressions in preparation displays, sessions, and related configuration when future changes are made.
Original PR description
This commit adds hoot tests for the overriden methods of point_of_sale in the pos_enterprise module. taskId: 4945820 Forward-Port-Of: odoo/enterprise#90758
The rental website checkout has been updated to match recent changes in the cart summary layout. This helps keep the shopping cart experience consistent and prevents display issues for customers renting products online.
Original PR description
The cart summary now uses a separate template, so related templates need to be updated accordingly. Community PR: - https://github.com/odoo/odoo/pull/215859 task-4761121