Daily updates from Odoo
Thursday, May 23, 2024
2 changes
New functionality added to Odoo
This update adds automated testing for the Point of Sale IoT device printer functionality. Previously, when IoT devices were connected to the POS system and invoice reports, errors would occur because required services weren't available during testing. This fix ensures the feature works reliably by adding comprehensive test coverage.
Original PR description
Current behavior: When an iot device is linked to the PoS and invoice report, you had an error because action service and iot_websocket service where not available. Steps to reproduce: - Install pos_iot - Set an iot_device printer on the pos session - Set an iot_device on the report of the invoice - Open session, make an order and invoice it - You get an error opw-3792576
This update enhances the mail_enterprise module to store code line count (cloc) results in Odoo's internal configuration parameters (ICP). This change improves system monitoring and reporting capabilities by automatically capturing code metrics during updates, enabling better tracking of codebase size and complexity over time.
Original PR description
Task-id: 3631712 Forward-Port-Of: odoo/enterprise#62751 Forward-Port-Of: odoo/enterprise#52348