Move 7 IoT modules to oca-ocb-hw and 9 product modules to oca-product

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 17:53:33 +02:00
parent e4803a70af
commit b1d16a46bf
292 changed files with 19657 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.