Tuesday, October 3, 2023
3 changes
Enhancements to existing features
This update simplifies how country-specific fields are shown or hidden across several localization modules. It removes unnecessary checks in form definitions, making the setup easier to maintain without changing expected business behavior.
Original PR description
Problem
---------
In master, XML attributes have been modifed from attrs={'invisible':...} to invisible=. During the conversion, the condition where not properly cleaned up.
Objective
---------
Clean up the XML attributes.
Solution
---------
Reduce conditions by removing unecessary elements:
- `fiscal_country_codes` always returns at least an empty string.
- All country codes are in capital letters, no need to `lower` them.
task-3493124Odoo Studio’s app menu editor now uses a newer internal drag-and-drop sorting approach. This keeps menu reordering behavior aligned with the platform’s current framework and should improve maintainability without changing the business workflow.
Original PR description
Migrate the studio usage of jQuery NestedSortable to the hooks useNestedSortable Task ID: 3439226
This update makes several user interface details clearer and more consistent across appointments, events, knowledge, marketing automation, VoIP CRM, and related website flows. Users benefit from clearer shortcut descriptions, better button labels, cleaner screens, and context-aware actions that reduce confusion.
Original PR description
-> This commit adds the the missing description for shortcuts, allowing users to better understand and utilize the available shortcuts efficiently. -> Resize the appointment command modal to match…
-> This commit adds the the missing description for shortcuts, allowing users to better understand and utilize the available shortcuts efficiently. -> Resize the appointment command modal to match the size of the normal modal. -> Replace the check icon with star icon In the first onboarding step.This modification ensures that each step within the onboarding process utilizes the same icon. -> Remove customer preview button. -> Hide the call queue button when the lead has no number. -> Transform the "registration desk" button from a stat button to a normal button -> Hide the stat and the action button when we open the event_track form from gantt view. -> Change the name of the Execute Activities button to the Run Activities. Change the name of the button of Generate Participants and the Run Activities modals in following ways, - Generate Participants/ Cancel. - Run/Cancel. -> Change the description of the TOC command to "Highlight the structure of this article". Task-3204554