Skip to content

Commit 49d004f

Browse files
committed
[BOT] post-merge updates
1 parent 1c084dd commit 49d004f

4 files changed

Lines changed: 35 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[component](component/) | 16.0.1.1.1 | <a href='https://github.com/guewen'><img src='https://github.com/guewen.png' width='32' height='32' style='border-radius:50%;' alt='guewen'/></a> | Add capabilities to register and use decoupled components, as an alternative to model classes
2525
[component_event](component_event/) | 16.0.1.0.1 | | Components Events
26-
[connector](connector/) | 16.0.1.0.0 | | Connector
26+
[connector](connector/) | 16.0.1.0.1 | | Connector
2727
[connector_base_product](connector_base_product/) | 16.0.1.0.0 | | Connector Base Product
2828
[test_component](test_component/) | 16.0.1.0.0 | <a href='https://github.com/guewen'><img src='https://github.com/guewen.png' width='32' height='32' style='border-radius:50%;' alt='guewen'/></a> | Automated tests for Components, do not install.
2929
[test_connector](test_connector/) | 16.0.1.0.0 | | Automated tests for Connector, do not install.

connector/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=========
26
Connector
37
=========
@@ -7,13 +11,13 @@ Connector
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:89e6132419a9388e31f1e1919ac881f45189d2c51e4bd383a41174d51c984b60
14+
!! source digest: sha256:a24c14ac90a19db11c9ea6acea0cbbe8a4aaf9c11e8d12ffa23b2bcd68783c82
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github

connector/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Connector",
6-
"version": "16.0.1.0.0",
6+
"version": "16.0.1.0.1",
77
"author": "Camptocamp,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/connector",
99
"license": "LGPL-3",

connector/static/description/index.html

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Connector</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="connector">
364-
<h1 class="title">Connector</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="connector">
370+
<h1>Connector</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:89e6132419a9388e31f1e1919ac881f45189d2c51e4bd383a41174d51c984b60
375+
!! source digest: sha256:a24c14ac90a19db11c9ea6acea0cbbe8a4aaf9c11e8d12ffa23b2bcd68783c82
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/16.0/connector"><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-16-0/connector-16-0-connector"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/connector/tree/16.0/connector"><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-16-0/connector-16-0-connector"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This is a framework designed to build connectors with external systems,
374379
usually called <tt class="docutils literal">Backends</tt> in the documentation.</p>
375380
<p>Documentation: <a class="reference external" href="http://odoo-connector.com">http://odoo-connector.com</a></p>
@@ -429,13 +434,13 @@ <h1 class="title">Connector</h1>
429434
</ul>
430435
</div>
431436
<div class="section" id="usage">
432-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
437+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
433438
<p>This module does nothing on its own. It is a ground for developing
434439
advanced connector modules. For further information, please go on:
435440
<a class="reference external" href="http://odoo-connector.com">http://odoo-connector.com</a></p>
436441
</div>
437442
<div class="section" id="changelog">
438-
<h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
443+
<h2><a class="toc-backref" href="#toc-entry-2">Changelog</a></h2>
439444
<!-- [ The change log. The goal of this file is to help readers
440445
understand changes between version. The primary audience is
441446
end users and integrators. Purely technical changes such as
@@ -446,33 +451,33 @@ <h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
446451
forbidden and will likely break the structure of the README.rst
447452
or other documents where this fragment is included. ] -->
448453
<div class="section" id="next">
449-
<h2><a class="toc-backref" href="#toc-entry-3">Next</a></h2>
454+
<h3><a class="toc-backref" href="#toc-entry-3">Next</a></h3>
450455
</div>
451456
<div class="section" id="section-1">
452-
<h2><a class="toc-backref" href="#toc-entry-4">12.0.1.0.0 (2018-11-26)</a></h2>
457+
<h3><a class="toc-backref" href="#toc-entry-4">12.0.1.0.0 (2018-11-26)</a></h3>
453458
<ul class="simple">
454459
<li>[MIGRATION] from 12.0 branched at rev. 324e006</li>
455460
</ul>
456461
</div>
457462
</div>
458463
<div class="section" id="bug-tracker">
459-
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
464+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
460465
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/connector/issues">GitHub Issues</a>.
461466
In case of trouble, please check there if your issue has already been reported.
462467
If you spotted it first, help us to smash it by providing a detailed and welcomed
463468
<a class="reference external" href="https://github.com/OCA/connector/issues/new?body=module:%20connector%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
464469
<p>Do not contact contributors directly about support or help with technical issues.</p>
465470
</div>
466471
<div class="section" id="credits">
467-
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
472+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
468473
<div class="section" id="authors">
469-
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
474+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
470475
<ul class="simple">
471476
<li>Camptocamp</li>
472477
</ul>
473478
</div>
474479
<div class="section" id="contributors">
475-
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
480+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
476481
<ul class="simple">
477482
<li>Guewen Baconnier at Camptocamp</li>
478483
<li>Alexandre Fayolle at Camptocamp</li>
@@ -503,9 +508,11 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
503508
</ul>
504509
</div>
505510
<div class="section" id="maintainers">
506-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
511+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
507512
<p>This module is maintained by the OCA.</p>
508-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
513+
<a class="reference external image-reference" href="https://odoo-community.org">
514+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
515+
</a>
509516
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
510517
mission is to support the collaborative development of Odoo features and
511518
promote its widespread use.</p>
@@ -514,5 +521,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
514521
</div>
515522
</div>
516523
</div>
524+
</div>
517525
</body>
518526
</html>

0 commit comments

Comments
 (0)