diff --git a/README.md b/README.md index b0bd0d470..9f4aae8b1 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[component](component/) | 15.0.1.0.2 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Add capabilities to register and use decoupled components, as an alternative to model classes -[component_event](component_event/) | 15.0.1.0.1 | | Components Events -[connector](connector/) | 15.0.1.0.4 | | Connector +[component](component/) | 15.0.1.1.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Add capabilities to register and use decoupled components, as an alternative to model classes +[component_event](component_event/) | 15.0.1.1.0 | | Components Events +[connector](connector/) | 15.0.1.1.0 | | Connector [connector_base_product](connector_base_product/) | 15.0.1.0.0 | | Connector Base Product [test_component](test_component/) | 15.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Automated tests for Components, do not install. [test_connector](test_connector/) | 15.0.1.0.0 | | Automated tests for Connector, do not install. diff --git a/component/README.rst b/component/README.rst index bc74f57e6..3f60dd5ac 100644 --- a/component/README.rst +++ b/component/README.rst @@ -7,7 +7,7 @@ Components !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:982576c7d30789b67db128e4e0dbc81f3d4ab25400687160dcef2d9d30428004 + !! source digest: sha256:27bd7344f0e8b4e5e316c33cc85ef043c3cebd5b6be77c2ff48997528e3173b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/component/__manifest__.py b/component/__manifest__.py index 624601a2e..426c68dc6 100644 --- a/component/__manifest__.py +++ b/component/__manifest__.py @@ -5,7 +5,7 @@ "name": "Components", "summary": "Add capabilities to register and use decoupled components," " as an alternative to model classes", - "version": "15.0.1.0.2", + "version": "15.0.1.1.0", "author": "Camptocamp," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/connector", "license": "LGPL-3", diff --git a/component/static/description/index.html b/component/static/description/index.html index 0eea12859..99c43186d 100644 --- a/component/static/description/index.html +++ b/component/static/description/index.html @@ -367,7 +367,7 @@

Components

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:982576c7d30789b67db128e4e0dbc81f3d4ab25400687160dcef2d9d30428004 +!! source digest: sha256:27bd7344f0e8b4e5e316c33cc85ef043c3cebd5b6be77c2ff48997528e3173b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/connector Translate me on Weblate Try me on Runboat

This module implements a component system and is a base block for the Connector diff --git a/component_event/README.rst b/component_event/README.rst index 33c7fe758..2f086bfb7 100644 --- a/component_event/README.rst +++ b/component_event/README.rst @@ -7,7 +7,7 @@ Components Events !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:742f38c40077d9232f34fcc70e128e678d559717888c4d11be608df07288a6e8 + !! source digest: sha256:7429fbd02c3efcb7188a956f5556360a27ad0fd0cc52e3a30bc7aa655435f585 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/component_event/__manifest__.py b/component_event/__manifest__.py index 99b2cff14..5f848e60c 100644 --- a/component_event/__manifest__.py +++ b/component_event/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Components Events", - "version": "15.0.1.0.1", + "version": "15.0.1.1.0", "author": "Camptocamp," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/connector", "license": "LGPL-3", diff --git a/component_event/static/description/index.html b/component_event/static/description/index.html index fa16fa5d6..79a004dca 100644 --- a/component_event/static/description/index.html +++ b/component_event/static/description/index.html @@ -367,7 +367,7 @@

Components Events

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:742f38c40077d9232f34fcc70e128e678d559717888c4d11be608df07288a6e8 +!! source digest: sha256:7429fbd02c3efcb7188a956f5556360a27ad0fd0cc52e3a30bc7aa655435f585 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/connector Translate me on Weblate Try me on Runboat

This module implements an event system (Observer pattern) and is a diff --git a/connector/README.rst b/connector/README.rst index f963362f5..4130ea050 100644 --- a/connector/README.rst +++ b/connector/README.rst @@ -7,7 +7,7 @@ Connector !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c8c75d12a30fad566d82f99f80c552e1ebeadee1760cdd405e182c5787e97cd8 + !! source digest: sha256:fa2a4ba28df05a41753049dc5daf0fa1d28e9a51e5b9e273c60c113865e024ac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/connector/__manifest__.py b/connector/__manifest__.py index 9f8edbc58..5f24ea0aa 100644 --- a/connector/__manifest__.py +++ b/connector/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Connector", - "version": "15.0.1.0.4", + "version": "15.0.1.1.0", "author": "Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/connector", "license": "LGPL-3", diff --git a/connector/static/description/index.html b/connector/static/description/index.html index 43faac72c..dd23639c2 100644 --- a/connector/static/description/index.html +++ b/connector/static/description/index.html @@ -367,7 +367,7 @@

Connector

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c8c75d12a30fad566d82f99f80c552e1ebeadee1760cdd405e182c5787e97cd8 +!! source digest: sha256:fa2a4ba28df05a41753049dc5daf0fa1d28e9a51e5b9e273c60c113865e024ac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/connector Translate me on Weblate Try me on Runboat

This is a framework designed to build connectors with external systems,