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
1514Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1616
1717See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818customize this style sheet.
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 */
279279pre .code , code { background-color : # eeeeee }
280280pre .code .comment , code .comment { color : # 5C6576 }
281281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301301span .pre {
302302 white-space : pre }
303303
304- span .problematic {
304+ span .problematic , pre . problematic {
305305 color : red }
306306
307307span .section-subtitle {
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&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&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,
374379usually 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
434439advanced 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
440445understand changes between version. The primary audience is
441446end users and integrators. Purely technical changes such as
@@ -446,33 +451,33 @@ <h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
446451forbidden and will likely break the structure of the README.rst
447452or 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 > .
461466In case of trouble, please check there if your issue has already been reported.
462467If 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
510517mission is to support the collaborative development of Odoo features and
511518promote 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