Wednesday, July 30, 2025
6 changes · master
Enhancements to existing features
This update aligns the certified scale checksum with recent error-checking changes for Toledo scales. It helps keep point-of-sale scale integrations compliant and working as expected after the related platform update.
Original PR description
This PR adapts the scale checksum to the PR adding the error checks to Toledo scales: https://github.com/odoo/odoo/pull/217674 Forward-Port-Of: odoo/enterprise#91069 Forward-Port-Of: odoo/enterprise#89602
The Field Service “To Schedule” screen now opens in calendar view by default. This helps planners see unscheduled work in a time-based layout immediately, making scheduling faster and more intuitive.
Original PR description
Make the default view of the `To Schedule` in the field service set to calendar view task-4952379
This update makes eBay sales configuration values more consistent by storing defaults in data records instead of relying on dynamic fallback behavior. It reduces the chance of inconsistent setup results and simplifies maintenance for future configuration changes.
Original PR description
dynamic default doesn't make sense for consistency import from data.xml can solve the problem Otherwise, developers have to call the default function when 'get_param' as fallback.
This update adds automated coverage for a restaurant point-of-sale flow where an unsent order is selected from a popup, sent to preparation, and paid in one sequence. This helps reduce the risk of regressions in kitchen preparation workflows and supports a smoother staff experience.
Original PR description
In this commit: ----------------------------- - Add test to ensure clicking order in the popup sends the order to preparation and validate payment in one flow. Task: 4804669 Related PR - https://github.com/odoo/odoo/pull/211642 Forward-Port-Of: odoo/enterprise#90959 Forward-Port-Of: odoo/enterprise#86413
The Knowledge command palette now finds and highlights matching article results even when accents differ between the search term and the saved text. This makes searching Knowledge content more forgiving for users working with accented characters or multilingual content.
Original PR description
This commit uses changes made in https://github.com/odoo/odoo/pull/218173 to also make the knowledge command palette accent-insensitive. task-4816162
This update modernizes how interface text and markup are handled across several Odoo Enterprise apps. It is mainly an internal improvement that should help maintain consistency and reduce future maintenance issues without changing day-to-day workflows.
Original PR description
\* = documents, frontdesk, knowledge, planning, project_enterprise, sale_planning, sign, social, social_twitter, stock_barcode, stock_barcode_mrp, stock_barcode_picking_batch, voip, web_cohort, web_enterprise, web_gantt, web_grid, website_helpdesk_forum, website_studio Enterprise counter-part. https://github.com/odoo/odoo/pull/199300