Monday, June 26, 2023
3 changes · master
Resolved issues and error corrections
On mobile devices, the Knowledge sidebar now automatically closes when a user opens or creates an article. This removes an extra manual step and makes it easier to start reading or editing content on small screens.
Original PR description
Currently, the sidebar no longer closes on mobile devices when the user selects or creates an article. The user needs to manually close the menu to view the article which is not really convenient.
Steps to reproduce the issue:
1. Go to Knowledge using a mobile phone
2. Toggle the sidebar
3. Click on an article or create a new article ("+" sign)
=> The sidebar is kept open.
TO BE: The sidebar should close itself when the user selects or creates an article. That way, people will not have to do additional clicks to read or edit the article they want.
Reference: https://github.com/odoo/enterprise/pull/34788
task-3368916The spreadsheet document clone dialog was updated to stay aligned with recent confirmation dialog changes. This helps keep the export or clone flow working as expected for users without introducing new functionality.
Original PR description
This commit update xpath accordind to community changes in confirmation dialog. task-3356114
Subscription payment forms now reuse values already stored on the related document instead of relying on submitted request data. This reduces the risk of incorrect or missing information during customer payment flows and helps keep subscription processing consistent.