From cca14db88b2c6110838be428e333d8119e2f5061 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 17 Jun 2019 13:16:40 +0000 Subject: [PATCH] [UPD] README.rst --- base_rest/README.rst | 15 ++++-- base_rest/static/description/index.html | 55 +++++++++++--------- base_rest_demo/README.rst | 19 +++++-- base_rest_demo/static/description/index.html | 48 +++++++++++------ 4 files changed, 90 insertions(+), 47 deletions(-) diff --git a/base_rest/README.rst b/base_rest/README.rst index 2cc26662..7de5eebe 100644 --- a/base_rest/README.rst +++ b/base_rest/README.rst @@ -10,9 +10,9 @@ Base Rest .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github :target: https://github.com/OCA/rest-framework/tree/11.0/base_rest :alt: OCA/rest-framework @@ -199,13 +199,18 @@ be found on GitHub. Changelog ========= -10.0.1.0.1 +11.0.2.0.0 +~~~~~~~~~~ + +* Licence changed from AGPL-3 to LGPL-3 + +11.0.1.0.1 ~~~~~~~~~~ * Fix issue when rendering the jsonapi documentation if no documentation is provided on a method part of the REST api. -10.0.1.0.0 +11.0.1.0.0 ~~~~~~~~~~ First official version. The addon has been incubated into the diff --git a/base_rest/static/description/index.html b/base_rest/static/description/index.html index 6544814a..0630f068 100644 --- a/base_rest/static/description/index.html +++ b/base_rest/static/description/index.html @@ -367,7 +367,7 @@

Base Rest

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runbot

+

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runbot

This addon provides the basis to develop high level REST APIs for Odoo.

As Odoo becomes one of the central pieces of enterprise IT systems, it often becomes necessary to set up specialized service interfaces, so existing @@ -379,25 +379,26 @@

Base Rest

Table of contents

-

Configuration

+

Configuration

If an error occurs when calling a method of a service (ie missing parameter, ..) the system returns only a general description of the problem without details. This is done on purpose to ensure maximum opacity on implementation @@ -419,7 +420,7 @@

Configuration

in production.

-

Usage

+

Usage

To add your own REST service you must provides at least 2 classes.

-

Known issues / Roadmap

+

Known issues / Roadmap

The roadmap and known issues can be found on GitHub.

-

Changelog

+

Changelog

-

10.0.1.0.1

+

11.0.2.0.0

+
    +
  • Licence changed from AGPL-3 to LGPL-3
  • +
+
+
+

11.0.1.0.1

  • Fix issue when rendering the jsonapi documentation if no documentation is provided on a method part of the REST api.
-
-

10.0.1.0.0

+
+

11.0.1.0.0

First official version. The addon has been incubated into the Shopinvader repository from Akretion. For more information you need to look at the git log.

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -560,22 +567,22 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ACSONE SA/NV
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/base_rest_demo/README.rst b/base_rest_demo/README.rst index ba2e972c..f3fa69c8 100644 --- a/base_rest_demo/README.rst +++ b/base_rest_demo/README.rst @@ -10,9 +10,9 @@ Base Rest Demo .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github :target: https://github.com/OCA/rest-framework/tree/11.0/base_rest_demo :alt: OCA/rest-framework @@ -48,6 +48,19 @@ The `roadmap `_ can be found on GitHub. +Changelog +========= + +11.0.2.0.0 +~~~~~~~~~~ + +* Licence changed from AGPL-3 to LGPL-3 + +11.0.1.0.0 +~~~~~~~~~~ + +First official version. + Bug Tracker =========== diff --git a/base_rest_demo/static/description/index.html b/base_rest_demo/static/description/index.html index 524c629b..26acbdc2 100644 --- a/base_rest_demo/static/description/index.html +++ b/base_rest_demo/static/description/index.html @@ -367,38 +367,56 @@

Base Rest Demo

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runbot

+

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runbot

Demo addon to illustrate how to develop self documented REST services thanks to the base_rest addon.

Table of contents

-

Usage

+

Usage

This module provides sample REST services based on base_rest. The documentation of provided services is available at the ‘/api_docs’ URL. This frontend based on Swagger is generated from the implemented webservices.

+
+

Changelog

+
+

11.0.2.0.0

+
    +
  • Licence changed from AGPL-3 to LGPL-3
  • +
+
+
+

11.0.1.0.0

+

First official version.

+
+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -406,21 +424,21 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ACSONE SA/NV
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose