Monday, March 13, 2023
16 changes · master
Enhancements to existing features
This update removes unnecessary styling from the Google Calendar and Microsoft Calendar integrations. The result is a cleaner, more consistent appearance without changing calendar functionality.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
UK tax names and VAT report line labels were updated to align with the latest naming format and UK government VAT return guidance. This improves clarity for UK accounting users and makes Northern Ireland-only EU tax treatments clearer by marking them inactive by default.
Original PR description
Update some minor l10n_uk details: ***Update tax names*** Tax names are changed to be in accordance with the new "taxonomy" format as described in the task with task-id 3052677 By default, the taxes from the tax template would be instantiated as per the below screenshot:  ***Update UK report lines*** Report lines are updated to match those described in the UK government documentation (see below) https://www.gov.uk/guidance/how-to-fill-in-and-submit-your-vat-return-vat-notice-70012
This update reorganizes how several mail and communication components store their internal data. It helps make chat, call, and notification features easier to maintain and more reliable over time, without introducing a major visible change for users.
Original PR description
Task-2734101
The mail app’s message composer suggestion system was simplified by removing an unnecessary internal component. This should make the feature easier to maintain without changing how users work with suggestions.
Original PR description
Task-2793280
The mail composer suggestion interface was cleaned up by removing an internal dependency that tracked model names or records. This helps keep the messaging code easier to maintain without changing the visible user experience.
Original PR description
Task-2793280
The mail composer suggestion interface now uses a clearer title field when showing suggested contacts or items. This makes suggestions easier to understand for users while keeping the change limited to the mail experience.
Original PR description
Task-2793280
This update improves how message composer suggestions are managed in the Mail app. It helps make suggestion selection more reliable and easier to maintain, supporting a smoother messaging experience for users.
Original PR description
Task-2793280
The mail composer now handles suggestion clicks through a clearer view-level action. This improves maintainability of the messaging experience and helps keep user interactions in the composer consistent.
Original PR description
Task-2579306
The mail attachment viewer now includes a clearer action when users click the header area. This improves the attachment preview experience and makes interactions in messages feel more consistent.
Original PR description
Task-2579306
The mail app now has a clearer built-in way to close the attachment viewer. This makes viewing shared files feel smoother and more consistent for users working with messages and documents.
Original PR description
Task-2579306
The mail attachment viewer now has a clearer close action, making it easier for users to exit previews. This improves the overall usability of viewing attachments in messages without changing core business workflows.
Original PR description
Task-2579306
The mail attachment viewer now has a clearer way to handle moving to the previous attachment. This makes attachment browsing more consistent and easier to maintain, supporting a smoother user experience in message attachments.
Original PR description
Task-2579306
This update improves the mail app's internal handling of autocomplete inputs, helping chat-related features identify and manage message entry areas more reliably. It supports smoother maintenance and future enhancements with minimal direct impact on end users.
Original PR description
Also add AutocompleteInputView/chatWindowOwnerAsNewMessage, so that there's at least one identifying field. Task-2817076
The mail messaging area was adjusted to remove an older transition mechanism as preparation for a newer underlying interface framework. This is an internal improvement that helps keep Discuss and messaging components maintainable without changing day-to-day user workflows.
Original PR description
In preparation to using OWL v2 in discuss code Task-2695905
Sales order and quotation list views have been reorganized so shared layout details are handled consistently across Sales, Inventory-related sales, and Website Sales. Website-specific columns are now hidden when the multi-website option is not enabled, reducing clutter for businesses that do not use that feature.
Original PR description
task-3213457 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Budget records now show the cancelled status only when a budget is actually cancelled. This keeps the status bar clearer and reduces confusion for users reviewing budget progress.
Original PR description
before this commit, cancelled state was showing in the second position in the statusbar after the draft and it was always visible in the statusbar. after this commit, the cancelled state will be moved to last position and only will show when the record is in the cancelled state.