Skip to content

Commit 1e40269

Browse files
committed
[BOT] post-merge updates
1 parent f4bee94 commit 1e40269

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24-
[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
24+
[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
2525
[component_event](component_event/) | 17.0.1.0.0 | | Components Events
2626
[connector](connector/) | 17.0.1.0.1 | | Connector
2727
[connector_base_product](connector_base_product/) | 17.0.1.0.0 | | Connector Base Product

component/README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Components
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a17ffda475316eda129ff24559c5cd3822c3698fa06e1f22e4e64e400a446e2a
10+
!! source digest: sha256:37d001b79dbcaac25d65f6c41f9ada047a79108b55701c84d5dedd326292c366
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -75,7 +75,7 @@ component level):
7575
In order for tests using components to work, you will need to use the
7676
base class provided by \`odoo.addons.component.tests.common\`:
7777

78-
- TransactionComponentCase
78+
- TransactionComponentCase
7979

8080
There are also some specific base classes for testing the component
8181
registry, using the ComponentRegistryCase as a base class. See the
@@ -87,27 +87,27 @@ Changelog
8787
16.0.1.0.0 (2022-10-04)
8888
-----------------------
8989

90-
- [MIGRATION] from 15.0
90+
- [MIGRATION] from 15.0
9191

9292
15.0.1.0.0 (2021-11-25)
9393
-----------------------
9494

95-
- [MIGRATION] from 14.0
95+
- [MIGRATION] from 14.0
9696

9797
14.0.1.0.0 (2020-10-22)
9898
-----------------------
9999

100-
- [MIGRATION] from 13.0
100+
- [MIGRATION] from 13.0
101101

102102
13.0.1.0.0 (2019-10-23)
103103
-----------------------
104104

105-
- [MIGRATION] from 12.0
105+
- [MIGRATION] from 12.0
106106

107107
12.0.1.0.0 (2018-10-02)
108108
-----------------------
109109

110-
- [MIGRATION] from 11.0 branched at rev. 324e006
110+
- [MIGRATION] from 11.0 branched at rev. 324e006
111111

112112
Bug Tracker
113113
===========
@@ -130,9 +130,9 @@ Authors
130130
Contributors
131131
------------
132132

133-
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
134-
- Laurent Mignon <laurent.mignon@acsone.eu>
135-
- Simone Orsi <simone.orsi@camptocamp.com>
133+
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
134+
- Laurent Mignon <laurent.mignon@acsone.eu>
135+
- Simone Orsi <simone.orsi@camptocamp.com>
136136

137137
Maintainers
138138
-----------

component/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Components",
66
"summary": "Add capabilities to register and use decoupled components,"
77
" as an alternative to model classes",
8-
"version": "17.0.1.0.0",
8+
"version": "17.0.1.0.1",
99
"author": "Camptocamp," "Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/connector",
1111
"license": "LGPL-3",

component/static/description/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Components</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:a17ffda475316eda129ff24559c5cd3822c3698fa06e1f22e4e64e400a446e2a
370+
!! source digest: sha256:37d001b79dbcaac25d65f6c41f9ada047a79108b55701c84d5dedd326292c366
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/connector/tree/17.0/component"><img alt="OCA/connector" src="https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/connector-17-0/connector-17-0-component"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/connector&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module implements a component system and is a base block for the
@@ -489,7 +490,9 @@ <h2><a class="toc-backref" href="#toc-entry-11">Contributors</a></h2>
489490
<div class="section" id="maintainers">
490491
<h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2>
491492
<p>This module is maintained by the OCA.</p>
492-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
493+
<a class="reference external image-reference" href="https://odoo-community.org">
494+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
495+
</a>
493496
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
494497
mission is to support the collaborative development of Odoo features and
495498
promote its widespread use.</p>

0 commit comments

Comments
 (0)