url: "/hw_posbox_homepage/data", }); if (data.system === "Linux") { this.store.isLinux = true; } this.data = data; this.store.base = data; this.state.loading = false; @@ -82,14 +87,14 @@ export class Homepage extends Component { ...
1st QR code is displayed which, when scanned connects the user to the same wifi network as the IoT Box 2nd QR code is displayed which, when scanned redirects users to the IoT Box homepage 2. The IoT Box is connected to internet with ethernet cable Since we don't have access to the ne...
Forward-Port-Of: #191837 Forward-Port-Of: #189263 [IMP] hw_posbox_homepage: improve message for subscription certificat… … dab0b05 Contributor robodoo commented Dec 27, 2024 Contributor Author fw-bot commented Dec 27, 2024 @jipr-odoo @Ysoroko this PR targets master and is the last...
After the rewrite of the IoT homepage to use OWL, Jinja was still being used to render the initial HTML even though none of it's templating features were being used. After this PR, Jinja is removed from the controller and Odoo'shttpmodule is used to serve the HTML file directly. There ...
[IMP] hw_posbox_homepage: ui while access point mode Since the refactor to use OWL instead of jinja, we do not display a specific page when the IoT Box is in access point mode. We added more conditions to display less elements on the homepage for the user to know that he needs to ...
[FIX] hw_posbox_homepage: Fixup the homepage for the IoT Box … 324ef8b davidmonnom force-pushed the 17.0-iot_homepage_fixup-moda branch from 318654d to 324ef8b Compare September 18, 2024 12:53 C3POdoo added the RD label Sep 18, 2024 davidmonnom closed this Sep 19, 2024 od...
Overall improvement of the IoT box homepage. All "technical" related features have been moved away from the main homepage to a dedicated "Technical" page (accessible from the homepage) Icons were ...
LNE Certification (scales certification) requires not to be able to reboot the IoT Box with a simple button. We removed it from the homepage. Enterprise PR: https://github.com/odoo/enterprise/pull/...
[FW][IMP] hw_posbox_homepage: better device list Before this PR, the device list only showed the identifiers of each device, which aren't very readable. After this PR, the devices are grouped by device type, with each device type having an icon....
When connecting an IoT box to a Wi-Fi network, the user is left on an infinite loading spinner due to the fact that the IoT box disables the hotspot before the user receives a response. This commit...