Tuesday, June 13, 2023
6 changes · master
Enhancements to existing features
This update makes wording in the sales reporting area more consistent. It helps users see clearer, more uniform labels without changing how the sales process works.
The web interface now better identifies when an image field has no content. This supports related enterprise improvements and helps ensure image-related behavior works more consistently for users.
Original PR description
This commit adds the isEmpty field descriptor to the image field. This is linked to the changes made in enterprise: https://github.com/odoo/enterprise/pull/40885 Task ID: 3259489
A new automated check verifies that the website setup flow receives correctly translated industry names through Odoo's online services. This helps prevent language-related issues from reaching users configuring a website in different languages.
Original PR description
This commit adds a test to check that the IAP languages work as expected for the website configurator. The test checks that the industries are translated (different than other languages). task-3343616
The Discuss app counter has been visually updated to better match the messaging menu badge. This creates a more consistent interface and helps users recognize notification counts more easily.
Original PR description
To match the visual of the messaging menu badge for its counter. https://github.com/odoo/odoo/pull/122946 Task-3345133
Odoo Studio form editing now shows form titles at a width that matches the standard form view, creating a more consistent editing experience. It also verifies that image placeholders appear correctly when adding image fields, helping users preview forms more reliably.
Original PR description
This commit adapts the width of the title to be coherent with the base one instead of being set arbitrarily to 400 px. It also tests out that the image placeholder is displayed in the edit form view of studio following changes in the linked PR in Odoo: https://github.com/odoo/odoo/pull/124668 Steps to reproduce: - go to any form view - open studio - add an image field - ensure the img placeholder is displayed and the title has the same size inside and outside studio. Task ID: 3259489
Chart side panels in spreadsheets were adjusted to stay aligned with recent spreadsheet interface changes. This helps ensure chart settings continue to display and behave correctly for users editing spreadsheet charts.
Original PR description
Adapt the xpaths of the chart side panels to the changes in o-spreadsheet. Task: 3271374