Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Oct 1, 2024
1 parent e43f316 commit dae198b
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion fastapi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://github.com/OCA/rest-framework/issues/442>`_)


16.0.1.4.1 (2024-07-08)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion fastapi/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
8 changes: 8 additions & 0 deletions fastapi/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/OCA/rest-framework/issues/442>`_)


16.0.1.4.1 (2024-07-08)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion fastapi/readme/newsfragments/442.feature

This file was deleted.

79 changes: 45 additions & 34 deletions fastapi/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Odoo FastAPI</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5a39b9789f70b04ea753c79f018b83b879ebd1008fd8cecfcd1ae32b15d98a25
!! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/rest-framework/tree/16.0/fastapi"><img alt="OCA/rest-framework" src="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-fastapi"><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/rest-framework&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This addon provides the basis to smoothly integrate the <a class="reference external" href="https://fastapi.tiangolo.com/">FastAPI</a>
Expand Down Expand Up @@ -432,21 +432,22 @@ <h1 class="title">Odoo FastAPI</h1>
</li>
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-21">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#changelog" id="toc-entry-22">Changelog</a><ul>
<li><a class="reference internal" href="#section-1" id="toc-entry-23">16.0.1.4.1 (2024-07-08)</a></li>
<li><a class="reference internal" href="#section-2" id="toc-entry-24">16.0.1.4.0 (2024-06-06)</a></li>
<li><a class="reference internal" href="#section-3" id="toc-entry-25">16.0.1.2.6 (2024-02-20)</a></li>
<li><a class="reference internal" href="#section-4" id="toc-entry-26">16.0.1.2.5 (2024-01-17)</a></li>
<li><a class="reference internal" href="#section-5" id="toc-entry-27">16.0.1.2.3 (2023-12-21)</a></li>
<li><a class="reference internal" href="#section-6" id="toc-entry-28">16.0.1.2.2 (2023-12-12)</a></li>
<li><a class="reference internal" href="#section-7" id="toc-entry-29">16.0.1.2.1 (2023-11-03)</a></li>
<li><a class="reference internal" href="#section-8" id="toc-entry-30">16.0.1.2.0 (2023-10-13)</a></li>
<li><a class="reference internal" href="#section-1" id="toc-entry-23">16.0.1.4.3 (2024-10-01)</a></li>
<li><a class="reference internal" href="#section-2" id="toc-entry-24">16.0.1.4.1 (2024-07-08)</a></li>
<li><a class="reference internal" href="#section-3" id="toc-entry-25">16.0.1.4.0 (2024-06-06)</a></li>
<li><a class="reference internal" href="#section-4" id="toc-entry-26">16.0.1.2.6 (2024-02-20)</a></li>
<li><a class="reference internal" href="#section-5" id="toc-entry-27">16.0.1.2.5 (2024-01-17)</a></li>
<li><a class="reference internal" href="#section-6" id="toc-entry-28">16.0.1.2.3 (2023-12-21)</a></li>
<li><a class="reference internal" href="#section-7" id="toc-entry-29">16.0.1.2.2 (2023-12-12)</a></li>
<li><a class="reference internal" href="#section-8" id="toc-entry-30">16.0.1.2.1 (2023-11-03)</a></li>
<li><a class="reference internal" href="#section-9" id="toc-entry-31">16.0.1.2.0 (2023-10-13)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-31">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-32">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-33">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-34">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-35">Maintainers</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-32">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-33">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-34">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-35">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-36">Maintainers</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -1671,7 +1672,17 @@ <h1><a class="toc-backref" href="#toc-entry-21">Known issues / Roadmap</a></h1>
<div class="section" id="changelog">
<h1><a class="toc-backref" href="#toc-entry-22">Changelog</a></h1>
<div class="section" id="section-1">
<h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.1 (2024-07-08)</a></h2>
<h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.3 (2024-10-01)</a></h2>
<p><strong>Features</strong></p>
<ul class="simple">
<li><ul class="first">
<li>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. (<a class="reference external" href="https://github.com/OCA/rest-framework/issues/442">#442</a>)</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="section-2">
<h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.1 (2024-07-08)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">Fix issue with the retry of a POST request with a body content.</p>
Expand All @@ -1682,8 +1693,8 @@ <h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.1 (2024-07-08)</a></h2>
</li>
</ul>
</div>
<div class="section" id="section-2">
<h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.0 (2024-06-06)</a></h2>
<div class="section" id="section-3">
<h2><a class="toc-backref" href="#toc-entry-25">16.0.1.4.0 (2024-06-06)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">This change is a complete rewrite of the way the transactions are managed when
Expand Down Expand Up @@ -1712,8 +1723,8 @@ <h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.0 (2024-06-06)</a></h2>
</li>
</ul>
</div>
<div class="section" id="section-3">
<h2><a class="toc-backref" href="#toc-entry-25">16.0.1.2.6 (2024-02-20)</a></h2>
<div class="section" id="section-4">
<h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.6 (2024-02-20)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">Fix compatibility issues with the latest Odoo version</p>
Expand All @@ -1724,8 +1735,8 @@ <h2><a class="toc-backref" href="#toc-entry-25">16.0.1.2.6 (2024-02-20)</a></h2>
</li>
</ul>
</div>
<div class="section" id="section-4">
<h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.5 (2024-01-17)</a></h2>
<div class="section" id="section-5">
<h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.5 (2024-01-17)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">Odoo has done an update and now, it checks domains of ir.rule on creation and modification.</p>
Expand All @@ -1735,8 +1746,8 @@ <h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.5 (2024-01-17)</a></h2>
</li>
</ul>
</div>
<div class="section" id="section-5">
<h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.3 (2023-12-21)</a></h2>
<div class="section" id="section-6">
<h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.3 (2023-12-21)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">In case of exception in endpoint execution, close the database cursor after rollback.</p>
Expand All @@ -1745,8 +1756,8 @@ <h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.3 (2023-12-21)</a></h2>
</li>
</ul>
</div>
<div class="section" id="section-6">
<h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.2 (2023-12-12)</a></h2>
<div class="section" id="section-7">
<h2><a class="toc-backref" href="#toc-entry-29">16.0.1.2.2 (2023-12-12)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul class="simple">
<li>When using the ‘FastAPITransactionCase’ class, allows to specify a specific
Expand All @@ -1760,17 +1771,17 @@ <h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.2 (2023-12-12)</a></h2>
‘authenticated_partner_impl’ method, an error is raised. (<a class="reference external" href="https://github.com/OCA/rest-framework/issues/396">#396</a>)</li>
</ul>
</div>
<div class="section" id="section-7">
<h2><a class="toc-backref" href="#toc-entry-29">16.0.1.2.1 (2023-11-03)</a></h2>
<div class="section" id="section-8">
<h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.1 (2023-11-03)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li><p class="first">Fix a typo in the Field declaration of the ‘count’ attribute of the ‘PagedCollection’ schema.</p>
<p>Misspelt parameter was triggering a deprecation warning due to recent versions of Pydantic seeing it as an arbitrary parameter. (<a class="reference external" href="https://github.com/OCA/rest-framework/issues/389">#389</a>)</p>
</li>
</ul>
</div>
<div class="section" id="section-8">
<h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.0 (2023-10-13)</a></h2>
<div class="section" id="section-9">
<h2><a class="toc-backref" href="#toc-entry-31">16.0.1.2.0 (2023-10-13)</a></h2>
<p><strong>Features</strong></p>
<ul class="simple">
<li>The field <em>total</em> in the <em>PagedCollection</em> schema is replaced by the field <em>count</em>.
Expand All @@ -1784,29 +1795,29 @@ <h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.0 (2023-10-13)</a></h2>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-31">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#toc-entry-32">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/rest-framework/issues/new?body=module:%20fastapi%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-32">Credits</a></h1>
<h1><a class="toc-backref" href="#toc-entry-33">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-33">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-34">Authors</a></h2>
<ul class="simple">
<li>ACSONE SA/NV</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-34">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-35">Contributors</a></h2>
<ul class="simple">
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-35">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-36">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
Expand Down

0 comments on commit dae198b

Please sign in to comment.