Daily updates from Odoo
Friday, August 23, 2019
2 changes
New functionality added to Odoo
IoT Boxes can now store customer credentials and request an official certificate from Odoo when their current certificate is missing or outdated. This enables secure HTTPS access through a dedicated Odoo IoT domain, improving trust and reliability for connected devices.
Original PR description
With this commit we add the possibility to save the db_uuid and enterprise_code on the IoT Box. We check the current SSL certificate and if it is not authenticated or not up to date we send a request to `https://www.odoo.com/odoo-enterprise/iot/x509` with the db_uuid and enterprise_code to get the certificate, key, and domain associated with the client. The IoT Box will be accessible in HTTPS according to the following domain: `https://<ip-with-dashes>.<sub-hash>.odoo-iot.com` `<ip-with-dashes>` being the ip address with dashes `<sub-hash>` being a subdomain assigned by Odoo to a customer Task: 1931770 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
Enhancements to existing features
Sales and accounting users can now generate ready-to-send payment links directly from sales orders and invoices, with the reference and amount filled in automatically. This makes it easier to request online payments while also adding safeguards so customer payment details are handled securely.
Original PR description
**Added custom payment link** - Added action 'Generate a payment link' in dropdown menu - Reference id is prefilled. - Based on change in amount, new link is generated Task 1938635