Daily updates from Odoo
Thursday, July 17, 2025
3 changes
1 change
Enhancements to existing features
Several selection menus in Studio and related Odoo apps were updated to match the latest interface component. This keeps configuration screens and automated checks working consistently after the underlying menu behavior changed.
Original PR description
*: ai_fields, delivery_easypost, knowledge, l10n_test_website_sale, web_gantt, website_helpdesk_forum This commit adapts some usecases of the SelectMenu in the Sidebar and other parts of studio and other modules. The commit also changes the way carrier type selection is tested, since the field component no longer use a <select> element, but require the SelectMenu component instead.
2 changes
Enhancements to existing features
Nilvera API request logs are now simplified into a consistent single-line format that is easier to read and analyze in monitoring tools. The logs no longer include request parameters or payloads, reducing the risk of exposing sensitive information while preserving key performance details.
Original PR description
This change streamlines the Nilvera API request logs to a single-line format, making them easier to parse and visualize in tools like Grafana. The new format includes only the HTTP method, URL, response status, and request duration, removing parameters and payloads to avoid leaking sensitive information and to ensure user privacy. No task Forward-Port-Of: odoo/odoo#218045
The Demo payment provider now receives the same default outstanding account setup as other online payment providers. This makes test payment flows more consistent and reduces manual configuration during demonstrations or testing.
Original PR description
Purpose: Set default outstanding account for `Demo` payment provider as well,
as it is a test version of an Online Payment Provider.
Followup on commit: https://github.com/odoo/odoo/pull/213554/commits/24f06192f4c6f747d2096603b6895481483138ab
task-4907646