From dae198b97017a255e641b4244cb27e4efbe648f3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 1 Oct 2024 10:11:45 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- fastapi/README.rst | 10 ++- fastapi/__manifest__.py | 2 +- fastapi/readme/HISTORY.rst | 8 +++ fastapi/readme/newsfragments/442.feature | 1 - fastapi/static/description/index.html | 79 ++++++++++++++---------- 6 files changed, 64 insertions(+), 38 deletions(-) delete mode 100644 fastapi/readme/newsfragments/442.feature diff --git a/README.md b/README.md index 19ebedfe5..540aa8556 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [datamodel](datamodel/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | This addon allows you to define simple data models supporting serialization/deserialization [extendable](extendable/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Extendable classes registry loader for Odoo [extendable_fastapi](extendable_fastapi/) | 16.0.2.1.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Allows the use of extendable into fastapi apps -[fastapi](fastapi/) | 16.0.1.4.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint +[fastapi](fastapi/) | 16.0.1.4.3 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint [fastapi_auth_jwt](fastapi_auth_jwt/) | 16.0.1.0.4 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication for FastAPI. [fastapi_auth_jwt_demo](fastapi_auth_jwt_demo/) | 16.0.2.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for fastapi_auth_jwt. [graphql_base](graphql_base/) | 16.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Base GraphQL/GraphiQL controller diff --git a/fastapi/README.rst b/fastapi/README.rst index ca1cf1f58..7f06baa9f 100644 --- a/fastapi/README.rst +++ b/fastapi/README.rst @@ -7,7 +7,7 @@ Odoo FastAPI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5a39b9789f70b04ea753c79f018b83b879ebd1008fd8cecfcd1ae32b15d98a25 + !! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -1427,6 +1427,14 @@ WebSockets and to stream large responses. Changelog ========= +16.0.1.4.3 (2024-10-01) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- * A new parameter is now available on the endpoint model to let you disable the creation and the store of session files used by Odoo for calls to your application endpoint. This is usefull to prevent disk space consumption and IO operations if your application doesn't need to use this sessions files which are mainly used by Odoo by to store the session info of logged in users. (`#442 `_) + + 16.0.1.4.1 (2024-07-08) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fastapi/__manifest__.py b/fastapi/__manifest__.py index c7a4027cf..0ad03b771 100644 --- a/fastapi/__manifest__.py +++ b/fastapi/__manifest__.py @@ -5,7 +5,7 @@ "name": "Odoo FastAPI", "summary": """ Odoo FastAPI endpoint""", - "version": "16.0.1.4.2", + "version": "16.0.1.4.3", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["lmignon"], diff --git a/fastapi/readme/HISTORY.rst b/fastapi/readme/HISTORY.rst index f50cf962b..69f18db48 100644 --- a/fastapi/readme/HISTORY.rst +++ b/fastapi/readme/HISTORY.rst @@ -1,3 +1,11 @@ +16.0.1.4.3 (2024-10-01) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- * A new parameter is now available on the endpoint model to let you disable the creation and the store of session files used by Odoo for calls to your application endpoint. This is usefull to prevent disk space consumption and IO operations if your application doesn't need to use this sessions files which are mainly used by Odoo by to store the session info of logged in users. (`#442 `_) + + 16.0.1.4.1 (2024-07-08) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fastapi/readme/newsfragments/442.feature b/fastapi/readme/newsfragments/442.feature deleted file mode 100644 index f45f73ebf..000000000 --- a/fastapi/readme/newsfragments/442.feature +++ /dev/null @@ -1 +0,0 @@ -* A new parameter is now available on the endpoint model to let you disable the creation and the store of session files used by Odoo for calls to your application endpoint. This is usefull to prevent disk space consumption and IO operations if your application doesn't need to use this sessions files which are mainly used by Odoo by to store the session info of logged in users. diff --git a/fastapi/static/description/index.html b/fastapi/static/description/index.html index 9292ef558..ede0ca086 100644 --- a/fastapi/static/description/index.html +++ b/fastapi/static/description/index.html @@ -367,7 +367,7 @@

Odoo FastAPI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5a39b9789f70b04ea753c79f018b83b879ebd1008fd8cecfcd1ae32b15d98a25 +!! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon provides the basis to smoothly integrate the FastAPI @@ -432,21 +432,22 @@

Odoo FastAPI

  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -1671,7 +1672,17 @@

    Known issues / Roadmap

    Changelog

    -

    16.0.1.4.1 (2024-07-08)

    +

    16.0.1.4.3 (2024-10-01)

    +

    Features

    +
      +
      • +
      • A new parameter is now available on the endpoint model to let you disable the creation and the store of session files used by Odoo for calls to your application endpoint. This is usefull to prevent disk space consumption and IO operations if your application doesn’t need to use this sessions files which are mainly used by Odoo by to store the session info of logged in users. (#442)
      • +
      +
    • +
    +
    +
    +

    16.0.1.4.1 (2024-07-08)

    Bugfixes

    -
    -

    16.0.1.4.0 (2024-06-06)

    +
    +

    16.0.1.4.0 (2024-06-06)

    Bugfixes

    • This change is a complete rewrite of the way the transactions are managed when @@ -1712,8 +1723,8 @@

      16.0.1.4.0 (2024-06-06)

    -
    -

    16.0.1.2.6 (2024-02-20)

    +
    +

    16.0.1.2.6 (2024-02-20)

    Bugfixes

    -
    -

    16.0.1.2.5 (2024-01-17)

    +
    +

    16.0.1.2.5 (2024-01-17)

    Bugfixes

    • Odoo has done an update and now, it checks domains of ir.rule on creation and modification.

      @@ -1735,8 +1746,8 @@

      16.0.1.2.5 (2024-01-17)

    -
    -

    16.0.1.2.3 (2023-12-21)

    +
    +

    16.0.1.2.3 (2023-12-21)

    Bugfixes

    • In case of exception in endpoint execution, close the database cursor after rollback.

      @@ -1745,8 +1756,8 @@

      16.0.1.2.3 (2023-12-21)

    -
    -

    16.0.1.2.2 (2023-12-12)

    +
    +

    16.0.1.2.2 (2023-12-12)

    Bugfixes

    • When using the ‘FastAPITransactionCase’ class, allows to specify a specific @@ -1760,8 +1771,8 @@

      16.0.1.2.2 (2023-12-12)

      ‘authenticated_partner_impl’ method, an error is raised. (#396)
    -
    -

    16.0.1.2.1 (2023-11-03)

    +
    +

    16.0.1.2.1 (2023-11-03)

    Bugfixes

    • Fix a typo in the Field declaration of the ‘count’ attribute of the ‘PagedCollection’ schema.

      @@ -1769,8 +1780,8 @@

      16.0.1.2.1 (2023-11-03)

    -
    -

    16.0.1.2.0 (2023-10-13)

    +
    +

    16.0.1.2.0 (2023-10-13)

    Features

    • The field total in the PagedCollection schema is replaced by the field count. @@ -1784,7 +1795,7 @@

      16.0.1.2.0 (2023-10-13)

    -

    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 to smash it by providing a detailed and welcomed @@ -1792,21 +1803,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