Friday, November 3, 2023
3 changes · 17.0
Enhancements to existing features
The IAP settings widget now takes users directly to the in-app list of their services instead of sending them to the IAP website. This makes service management more consistent with the main settings button and reduces unnecessary navigation.
Original PR description
Description of the issue/feature this PR addresses: The "View My Services" button of the widget should open the IAP accounts tree view, just as the main "View My Services" button of the general settings. Current behavior before PR: View my services widget redirected to iap website Desired behavior after PR is merged: Updated the widget to redirect to tree view of services task-3580190 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Dropdown menus in the website editor now reposition automatically when they are near the bottom of the panel. This keeps options visible without forcing users to scroll, making page editing smoother and less frustrating.
Original PR description
Before this commit, there was an issue with the dropdowns in the editor panel. When the selector was at the bottom of the panel, the dropdown opened outside the viewport, requiring the user to scroll the editor panel to see it. After this commit, the dropdowns in the editor panel open above the selector if there is not enough space below for it to be visible without scrolling. task-3500768
This change makes two existing website tour utilities available for reuse. It helps developers build custom guided interactions, such as drag-and-drop steps, with less duplicated code.
Original PR description
Add export to 'getDifferentParents' and 'triggerPointerEvent'. It is useful for creating a custom drag and drop for example. Task-id 3419214 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr