diff --git a/README.md b/README.md index 39e15b88..eb8f237d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[iot_amqp_oca](iot_amqp_oca/) | 17.0.1.0.0 | | Integrate Iot Outputs with AMQP [iot_input_oca](iot_input_oca/) | 17.0.1.0.0 | [](https://github.com/etobella) | IoT Input module [iot_oca](iot_oca/) | 17.0.1.0.0 | | IoT base module [iot_output_oca](iot_output_oca/) | 17.0.1.0.0 | | IoT allow multiple outputs diff --git a/iot_amqp_oca/README.rst b/iot_amqp_oca/README.rst index ff7073be..9fdb2ed7 100644 --- a/iot_amqp_oca/README.rst +++ b/iot_amqp_oca/README.rst @@ -7,7 +7,7 @@ IoT AMQP !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2d30603889642afb293b67a695bb6225236301e847057d0e936c47f8ce494b93 + !! source digest: sha256:3de350e3a853ca001fe50ee3734b06197a8bbe93a04e5f04a90ace83592677fb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/iot_amqp_oca/static/description/index.html b/iot_amqp_oca/static/description/index.html index 49071913..99426c33 100644 --- a/iot_amqp_oca/static/description/index.html +++ b/iot_amqp_oca/static/description/index.html @@ -367,7 +367,7 @@
This addon defines AMQP as an integration option with a device.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2edac640..d4565b6d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-iot" -version = "17.0.20240916.0" +version = "17.0.20240916.1" dependencies = [ + "odoo-addon-iot_amqp_oca>=17.0dev,<17.1dev", "odoo-addon-iot_input_oca>=17.0dev,<17.1dev", "odoo-addon-iot_oca>=17.0dev,<17.1dev", "odoo-addon-iot_output_oca>=17.0dev,<17.1dev",