Tuesday, May 21, 2024
2 changes · 17.0
Enhancements to existing features
This improvement adds the ability to view Odoo's system logs directly from the IoT Box through a web browser by visiting the `/odoo-logs` URL, even when the main Odoo server is temporarily unavailable. This makes troubleshooting and system monitoring easier for Point of Sale operations by providing quick access to diagnostic information without needing direct server access.
Original PR description
[IMP] point_of_sale: display odoo's logs' folder from an url Allow to access odoo logs from the IoT Box even if Odoo's server is down via nginx by displaying /var/log/odoo How : from the IoT Box, go to the url `/odoo-logs` will display all the logs files from Odoo opw-3887623
This update adds a database index to the SMS tracking system to speed up message lookups. By indexing the SMS UUID field, the system can find and retrieve SMS records much faster, especially when handling large volumes of messages. This improvement enhances overall application performance without changing any user-facing features.
Original PR description
-We might performing search a lot so adding index would be very nice Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr