Thursday, July 13, 2023
3 changes
Enhancements to existing features
The website sale UPS demo data now keeps the cash on delivery payment option disabled by default. This helps demo environments better reflect the intended checkout setup and avoids showing an unsuitable payment option during demonstrations or testing.
Original PR description
task-3235154 See also: - https://github.com/odoo/odoo/pull/121138
The view editor setup now includes a required naming service so related view features can work correctly after recent platform changes. This helps keep Studio editing tools compatible and reliable without changing the user workflow.
Project-related settings now use the available screen width more effectively, making labels, descriptions, and dropdowns easier to read and interact with. This improves clarity when configuring project, field service, helpdesk, and document settings without changing business workflows.
Original PR description
In this PR - By this space is fixed between the project label and the field. - Fix the content does not appear in full row due to bootstrap classes written in the setting component. so now with this commit the column size will be increases task-3183771