Friday, August 9, 2024
2 changes · 17.0
Enhancements to existing features
When a password is generated on the Remote Debug page, it is now copied to the clipboard automatically when the connection uses HTTPS. This reduces manual steps and helps users connect more quickly with fewer copy-paste mistakes.
Original PR description
Before, on the "Remote Debug" page (`/remote_connect`), users had to manually copy the password after clicking on "Generate" button. Now, if HTTPS is used, the password will automatically be copied to the clipboard. Task: 4105552
The Kenya EDI system now accepts serial numbers with varying capitalization (e.g., "Odoo/pin/1" or "odoo/Pin/1" instead of only "ODOO/pin/1"). This change makes the system more user-friendly by accepting serial numbers regardless of how users capitalize the text when copying and pasting, reducing data entry errors.
Original PR description
We want to provide more flexibility to the user that instead of ODOO/pin/1 they did Odoo/pin/1 or odoo/Pin/1 as the serial number, we will still accept it. Because, while copying, you do not necessarily pay attention to capital letters or not.