-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
560 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
* Vincent Van Rossem | ||
* Manuel Claeys Bouuaert | ||
* Carmen Bianca Bakker | ||
* hugues dekeyzer | ||
* hugues de keyzer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ | ||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
|
@@ -37,6 +37,14 @@ | |
.hidden { | ||
display: none } | ||
|
||
.subscript { | ||
vertical-align: sub; | ||
font-size: smaller } | ||
|
||
.superscript { | ||
vertical-align: super; | ||
font-size: smaller } | ||
|
||
a.toc-backref { | ||
text-decoration: none ; | ||
color: black } | ||
|
@@ -161,12 +169,12 @@ | |
hr.docutils { | ||
width: 75% } | ||
|
||
img.align-left, .figure.align-left, object.align-left { | ||
img.align-left, .figure.align-left, object.align-left, table.align-left { | ||
clear: left ; | ||
float: left ; | ||
margin-right: 1em } | ||
|
||
img.align-right, .figure.align-right, object.align-right { | ||
img.align-right, .figure.align-right, object.align-right, table.align-right { | ||
clear: right ; | ||
float: right ; | ||
margin-left: 1em } | ||
|
@@ -177,6 +185,11 @@ | |
margin-right: auto; | ||
} | ||
|
||
table.align-center { | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.align-left { | ||
text-align: left } | ||
|
||
|
@@ -194,6 +207,15 @@ | |
/* div.align-center * { */ | ||
/* text-align: left } */ | ||
|
||
.align-top { | ||
vertical-align: top } | ||
|
||
.align-middle { | ||
vertical-align: middle } | ||
|
||
.align-bottom { | ||
vertical-align: bottom } | ||
|
||
ol.simple, ul.simple { | ||
margin-bottom: 1em } | ||
|
||
|
@@ -346,7 +368,7 @@ <h1 class="title">Cooperators API</h1> | |
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<p><a class="reference external" 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" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/coopiteasy/vertical-cooperative/tree/12.0/cooperator_api"><img alt="coopiteasy/vertical-cooperative" src="https://img.shields.io/badge/github-coopiteasy%2Fvertical--cooperative-lightgray.png?logo=github" /></a></p> | ||
<p>Open Easy My Coop to the world: RESTful API.</p> | ||
<p>Open Cooperators to the world: RESTful API.</p> | ||
<p><strong>Table of contents</strong></p> | ||
<div class="contents local topic" id="contents"> | ||
<ul class="simple"> | ||
|
@@ -369,7 +391,7 @@ <h1><a class="toc-backref" href="#id1">Usage</a></h1> | |
<li>click create and select a user, save.</li> | ||
<li>communicate the API-KEY to the structure.</li> | ||
</ul> | ||
<p>It is recommended to create a technical user for the structure belonging to the group “Easy My Coop User”. | ||
<p>It is recommended to create a technical user for the structure belonging to the group “Cooperators User”. | ||
For example, for the structure Coop IT Easy, create partner with</p> | ||
<ul class="simple"> | ||
<li>name = coopiteasy-api-user</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ | ||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
|
@@ -37,6 +37,14 @@ | |
.hidden { | ||
display: none } | ||
|
||
.subscript { | ||
vertical-align: sub; | ||
font-size: smaller } | ||
|
||
.superscript { | ||
vertical-align: super; | ||
font-size: smaller } | ||
|
||
a.toc-backref { | ||
text-decoration: none ; | ||
color: black } | ||
|
@@ -161,12 +169,12 @@ | |
hr.docutils { | ||
width: 75% } | ||
|
||
img.align-left, .figure.align-left, object.align-left { | ||
img.align-left, .figure.align-left, object.align-left, table.align-left { | ||
clear: left ; | ||
float: left ; | ||
margin-right: 1em } | ||
|
||
img.align-right, .figure.align-right, object.align-right { | ||
img.align-right, .figure.align-right, object.align-right, table.align-right { | ||
clear: right ; | ||
float: right ; | ||
margin-left: 1em } | ||
|
@@ -177,6 +185,11 @@ | |
margin-right: auto; | ||
} | ||
|
||
table.align-center { | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.align-left { | ||
text-align: left } | ||
|
||
|
@@ -194,6 +207,15 @@ | |
/* div.align-center * { */ | ||
/* text-align: left } */ | ||
|
||
.align-top { | ||
vertical-align: top } | ||
|
||
.align-middle { | ||
vertical-align: middle } | ||
|
||
.align-bottom { | ||
vertical-align: bottom } | ||
|
||
ol.simple, ul.simple { | ||
margin-bottom: 1em } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
12.0.3.0.0 (2022-06-23) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Deprecations and Removals** | ||
|
||
- Removed reCAPTCHA logic out of this module. Install | ||
``cooperator_website_recaptcha`` to regain the functionality. (`#312 <https://github.com/coopiteasy/vertical-cooperative/issues/312>`_) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.