Skip to content

Commit dae198b

Browse files
committed
[BOT] post-merge updates
1 parent e43f316 commit dae198b

6 files changed

Lines changed: 64 additions & 38 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[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
3030
[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
3131
[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
32-
[fastapi](fastapi/) | 16.0.1.4.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint
32+
[fastapi](fastapi/) | 16.0.1.4.3 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint
3333
[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.
3434
[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.
3535
[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

fastapi/README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Odoo FastAPI
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5a39b9789f70b04ea753c79f018b83b879ebd1008fd8cecfcd1ae32b15d98a25
10+
!! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1427,6 +1427,14 @@ WebSockets and to stream large responses.
14271427
Changelog
14281428
=========
14291429

1430+
16.0.1.4.3 (2024-10-01)
1431+
~~~~~~~~~~~~~~~~~~~~~~~
1432+
1433+
**Features**
1434+
1435+
- * 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>`_)
1436+
1437+
14301438
16.0.1.4.1 (2024-07-08)
14311439
~~~~~~~~~~~~~~~~~~~~~~~
14321440

fastapi/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Odoo FastAPI",
66
"summary": """
77
Odoo FastAPI endpoint""",
8-
"version": "16.0.1.4.2",
8+
"version": "16.0.1.4.3",
99
"license": "LGPL-3",
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"maintainers": ["lmignon"],

fastapi/readme/HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
16.0.1.4.3 (2024-10-01)
2+
~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
**Features**
5+
6+
- * 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>`_)
7+
8+
19
16.0.1.4.1 (2024-07-08)
210
~~~~~~~~~~~~~~~~~~~~~~~
311

fastapi/readme/newsfragments/442.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

fastapi/static/description/index.html

Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Odoo FastAPI</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5a39b9789f70b04ea753c79f018b83b879ebd1008fd8cecfcd1ae32b15d98a25
370+
!! source digest: sha256:7ee386de6d74a1335cbcdad7b6856568776e7c60037ac8bfa77ccf1973022ae6
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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>
373373
<p>This addon provides the basis to smoothly integrate the <a class="reference external" href="https://fastapi.tiangolo.com/">FastAPI</a>
@@ -432,21 +432,22 @@ <h1 class="title">Odoo FastAPI</h1>
432432
</li>
433433
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-21">Known issues / Roadmap</a></li>
434434
<li><a class="reference internal" href="#changelog" id="toc-entry-22">Changelog</a><ul>
435-
<li><a class="reference internal" href="#section-1" id="toc-entry-23">16.0.1.4.1 (2024-07-08)</a></li>
436-
<li><a class="reference internal" href="#section-2" id="toc-entry-24">16.0.1.4.0 (2024-06-06)</a></li>
437-
<li><a class="reference internal" href="#section-3" id="toc-entry-25">16.0.1.2.6 (2024-02-20)</a></li>
438-
<li><a class="reference internal" href="#section-4" id="toc-entry-26">16.0.1.2.5 (2024-01-17)</a></li>
439-
<li><a class="reference internal" href="#section-5" id="toc-entry-27">16.0.1.2.3 (2023-12-21)</a></li>
440-
<li><a class="reference internal" href="#section-6" id="toc-entry-28">16.0.1.2.2 (2023-12-12)</a></li>
441-
<li><a class="reference internal" href="#section-7" id="toc-entry-29">16.0.1.2.1 (2023-11-03)</a></li>
442-
<li><a class="reference internal" href="#section-8" id="toc-entry-30">16.0.1.2.0 (2023-10-13)</a></li>
435+
<li><a class="reference internal" href="#section-1" id="toc-entry-23">16.0.1.4.3 (2024-10-01)</a></li>
436+
<li><a class="reference internal" href="#section-2" id="toc-entry-24">16.0.1.4.1 (2024-07-08)</a></li>
437+
<li><a class="reference internal" href="#section-3" id="toc-entry-25">16.0.1.4.0 (2024-06-06)</a></li>
438+
<li><a class="reference internal" href="#section-4" id="toc-entry-26">16.0.1.2.6 (2024-02-20)</a></li>
439+
<li><a class="reference internal" href="#section-5" id="toc-entry-27">16.0.1.2.5 (2024-01-17)</a></li>
440+
<li><a class="reference internal" href="#section-6" id="toc-entry-28">16.0.1.2.3 (2023-12-21)</a></li>
441+
<li><a class="reference internal" href="#section-7" id="toc-entry-29">16.0.1.2.2 (2023-12-12)</a></li>
442+
<li><a class="reference internal" href="#section-8" id="toc-entry-30">16.0.1.2.1 (2023-11-03)</a></li>
443+
<li><a class="reference internal" href="#section-9" id="toc-entry-31">16.0.1.2.0 (2023-10-13)</a></li>
443444
</ul>
444445
</li>
445-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-31">Bug Tracker</a></li>
446-
<li><a class="reference internal" href="#credits" id="toc-entry-32">Credits</a><ul>
447-
<li><a class="reference internal" href="#authors" id="toc-entry-33">Authors</a></li>
448-
<li><a class="reference internal" href="#contributors" id="toc-entry-34">Contributors</a></li>
449-
<li><a class="reference internal" href="#maintainers" id="toc-entry-35">Maintainers</a></li>
446+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-32">Bug Tracker</a></li>
447+
<li><a class="reference internal" href="#credits" id="toc-entry-33">Credits</a><ul>
448+
<li><a class="reference internal" href="#authors" id="toc-entry-34">Authors</a></li>
449+
<li><a class="reference internal" href="#contributors" id="toc-entry-35">Contributors</a></li>
450+
<li><a class="reference internal" href="#maintainers" id="toc-entry-36">Maintainers</a></li>
450451
</ul>
451452
</li>
452453
</ul>
@@ -1671,7 +1672,17 @@ <h1><a class="toc-backref" href="#toc-entry-21">Known issues / Roadmap</a></h1>
16711672
<div class="section" id="changelog">
16721673
<h1><a class="toc-backref" href="#toc-entry-22">Changelog</a></h1>
16731674
<div class="section" id="section-1">
1674-
<h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.1 (2024-07-08)</a></h2>
1675+
<h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.3 (2024-10-01)</a></h2>
1676+
<p><strong>Features</strong></p>
1677+
<ul class="simple">
1678+
<li><ul class="first">
1679+
<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>
1680+
</ul>
1681+
</li>
1682+
</ul>
1683+
</div>
1684+
<div class="section" id="section-2">
1685+
<h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.1 (2024-07-08)</a></h2>
16751686
<p><strong>Bugfixes</strong></p>
16761687
<ul>
16771688
<li><p class="first">Fix issue with the retry of a POST request with a body content.</p>
@@ -1682,8 +1693,8 @@ <h2><a class="toc-backref" href="#toc-entry-23">16.0.1.4.1 (2024-07-08)</a></h2>
16821693
</li>
16831694
</ul>
16841695
</div>
1685-
<div class="section" id="section-2">
1686-
<h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.0 (2024-06-06)</a></h2>
1696+
<div class="section" id="section-3">
1697+
<h2><a class="toc-backref" href="#toc-entry-25">16.0.1.4.0 (2024-06-06)</a></h2>
16871698
<p><strong>Bugfixes</strong></p>
16881699
<ul>
16891700
<li><p class="first">This change is a complete rewrite of the way the transactions are managed when
@@ -1712,8 +1723,8 @@ <h2><a class="toc-backref" href="#toc-entry-24">16.0.1.4.0 (2024-06-06)</a></h2>
17121723
</li>
17131724
</ul>
17141725
</div>
1715-
<div class="section" id="section-3">
1716-
<h2><a class="toc-backref" href="#toc-entry-25">16.0.1.2.6 (2024-02-20)</a></h2>
1726+
<div class="section" id="section-4">
1727+
<h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.6 (2024-02-20)</a></h2>
17171728
<p><strong>Bugfixes</strong></p>
17181729
<ul>
17191730
<li><p class="first">Fix compatibility issues with the latest Odoo version</p>
@@ -1724,8 +1735,8 @@ <h2><a class="toc-backref" href="#toc-entry-25">16.0.1.2.6 (2024-02-20)</a></h2>
17241735
</li>
17251736
</ul>
17261737
</div>
1727-
<div class="section" id="section-4">
1728-
<h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.5 (2024-01-17)</a></h2>
1738+
<div class="section" id="section-5">
1739+
<h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.5 (2024-01-17)</a></h2>
17291740
<p><strong>Bugfixes</strong></p>
17301741
<ul>
17311742
<li><p class="first">Odoo has done an update and now, it checks domains of ir.rule on creation and modification.</p>
@@ -1735,8 +1746,8 @@ <h2><a class="toc-backref" href="#toc-entry-26">16.0.1.2.5 (2024-01-17)</a></h2>
17351746
</li>
17361747
</ul>
17371748
</div>
1738-
<div class="section" id="section-5">
1739-
<h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.3 (2023-12-21)</a></h2>
1749+
<div class="section" id="section-6">
1750+
<h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.3 (2023-12-21)</a></h2>
17401751
<p><strong>Bugfixes</strong></p>
17411752
<ul>
17421753
<li><p class="first">In case of exception in endpoint execution, close the database cursor after rollback.</p>
@@ -1745,8 +1756,8 @@ <h2><a class="toc-backref" href="#toc-entry-27">16.0.1.2.3 (2023-12-21)</a></h2>
17451756
</li>
17461757
</ul>
17471758
</div>
1748-
<div class="section" id="section-6">
1749-
<h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.2 (2023-12-12)</a></h2>
1759+
<div class="section" id="section-7">
1760+
<h2><a class="toc-backref" href="#toc-entry-29">16.0.1.2.2 (2023-12-12)</a></h2>
17501761
<p><strong>Bugfixes</strong></p>
17511762
<ul class="simple">
17521763
<li>When using the ‘FastAPITransactionCase’ class, allows to specify a specific
@@ -1760,17 +1771,17 @@ <h2><a class="toc-backref" href="#toc-entry-28">16.0.1.2.2 (2023-12-12)</a></h2>
17601771
‘authenticated_partner_impl’ method, an error is raised. (<a class="reference external" href="https://github.com/OCA/rest-framework/issues/396">#396</a>)</li>
17611772
</ul>
17621773
</div>
1763-
<div class="section" id="section-7">
1764-
<h2><a class="toc-backref" href="#toc-entry-29">16.0.1.2.1 (2023-11-03)</a></h2>
1774+
<div class="section" id="section-8">
1775+
<h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.1 (2023-11-03)</a></h2>
17651776
<p><strong>Bugfixes</strong></p>
17661777
<ul>
17671778
<li><p class="first">Fix a typo in the Field declaration of the ‘count’ attribute of the ‘PagedCollection’ schema.</p>
17681779
<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>
17691780
</li>
17701781
</ul>
17711782
</div>
1772-
<div class="section" id="section-8">
1773-
<h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.0 (2023-10-13)</a></h2>
1783+
<div class="section" id="section-9">
1784+
<h2><a class="toc-backref" href="#toc-entry-31">16.0.1.2.0 (2023-10-13)</a></h2>
17741785
<p><strong>Features</strong></p>
17751786
<ul class="simple">
17761787
<li>The field <em>total</em> in the <em>PagedCollection</em> schema is replaced by the field <em>count</em>.
@@ -1784,29 +1795,29 @@ <h2><a class="toc-backref" href="#toc-entry-30">16.0.1.2.0 (2023-10-13)</a></h2>
17841795
</div>
17851796
</div>
17861797
<div class="section" id="bug-tracker">
1787-
<h1><a class="toc-backref" href="#toc-entry-31">Bug Tracker</a></h1>
1798+
<h1><a class="toc-backref" href="#toc-entry-32">Bug Tracker</a></h1>
17881799
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rest-framework/issues">GitHub Issues</a>.
17891800
In case of trouble, please check there if your issue has already been reported.
17901801
If you spotted it first, help us to smash it by providing a detailed and welcomed
17911802
<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>
17921803
<p>Do not contact contributors directly about support or help with technical issues.</p>
17931804
</div>
17941805
<div class="section" id="credits">
1795-
<h1><a class="toc-backref" href="#toc-entry-32">Credits</a></h1>
1806+
<h1><a class="toc-backref" href="#toc-entry-33">Credits</a></h1>
17961807
<div class="section" id="authors">
1797-
<h2><a class="toc-backref" href="#toc-entry-33">Authors</a></h2>
1808+
<h2><a class="toc-backref" href="#toc-entry-34">Authors</a></h2>
17981809
<ul class="simple">
17991810
<li>ACSONE SA/NV</li>
18001811
</ul>
18011812
</div>
18021813
<div class="section" id="contributors">
1803-
<h2><a class="toc-backref" href="#toc-entry-34">Contributors</a></h2>
1814+
<h2><a class="toc-backref" href="#toc-entry-35">Contributors</a></h2>
18041815
<ul class="simple">
18051816
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li>
18061817
</ul>
18071818
</div>
18081819
<div class="section" id="maintainers">
1809-
<h2><a class="toc-backref" href="#toc-entry-35">Maintainers</a></h2>
1820+
<h2><a class="toc-backref" href="#toc-entry-36">Maintainers</a></h2>
18101821
<p>This module is maintained by the OCA.</p>
18111822
<a class="reference external image-reference" href="https://odoo-community.org">
18121823
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />

0 commit comments

Comments
 (0)