Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1 @@
* Enric Tobella <etobella@creublanca.es>

View file

@ -0,0 +1,7 @@
Create a system of templates for IoT devices.
When we are using a template we can configure a device
with a simple URL configuration.
The device will contact odoo and send the template name.
Odoo will create the device and respond with all the
expected data.

View file

@ -0,0 +1,6 @@
1. Create a template with a module or in `Iot > Templates`
2. Access `Iot > Config Device`
3. Confirm that you want to configurate a new device
4. Copy the URL
5. Access the device and send it the configuration url
6. The device will contact odoo and automatically configure itself.