diff --git a/README.md b/README.md index b59d6f354..906415443 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[component](component/) | 17.0.1.0.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](component/) | 17.0.1.0.1 | [![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/) | 17.0.1.0.0 | | Components Events [connector](connector/) | 17.0.1.0.1 | | Connector [connector_base_product](connector_base_product/) | 17.0.1.0.0 | | Connector Base Product diff --git a/component/README.rst b/component/README.rst index 942f1dc17..b3fc65fe4 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:a17ffda475316eda129ff24559c5cd3822c3698fa06e1f22e4e64e400a446e2a + !! source digest: sha256:37d001b79dbcaac25d65f6c41f9ada047a79108b55701c84d5dedd326292c366 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -75,7 +75,7 @@ component level): In order for tests using components to work, you will need to use the base class provided by \`odoo.addons.component.tests.common\`: -- TransactionComponentCase +- TransactionComponentCase There are also some specific base classes for testing the component registry, using the ComponentRegistryCase as a base class. See the @@ -87,27 +87,27 @@ Changelog 16.0.1.0.0 (2022-10-04) ----------------------- -- [MIGRATION] from 15.0 +- [MIGRATION] from 15.0 15.0.1.0.0 (2021-11-25) ----------------------- -- [MIGRATION] from 14.0 +- [MIGRATION] from 14.0 14.0.1.0.0 (2020-10-22) ----------------------- -- [MIGRATION] from 13.0 +- [MIGRATION] from 13.0 13.0.1.0.0 (2019-10-23) ----------------------- -- [MIGRATION] from 12.0 +- [MIGRATION] from 12.0 12.0.1.0.0 (2018-10-02) ----------------------- -- [MIGRATION] from 11.0 branched at rev. 324e006 +- [MIGRATION] from 11.0 branched at rev. 324e006 Bug Tracker =========== @@ -130,9 +130,9 @@ Authors Contributors ------------ -- Guewen Baconnier -- Laurent Mignon -- Simone Orsi +- Guewen Baconnier +- Laurent Mignon +- Simone Orsi Maintainers ----------- diff --git a/component/__manifest__.py b/component/__manifest__.py index 484fb8a3e..3d741a2e1 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": "17.0.1.0.0", + "version": "17.0.1.0.1", "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 a14f7c209..47f7bbfc1 100644 --- a/component/static/description/index.html +++ b/component/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Components

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

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 @@ -489,7 +490,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.