diff --git a/fastapi/README.rst b/fastapi/README.rst index 37236f981..438bf8cd3 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:8a90dec844eac96b44cefb64548fb05283ade12b16246bb89062abc7644e2087 + !! source digest: sha256:439e51bdd708113a0ee8a644f2ca42d29c286af1aee25fa6035b743321969c88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -1468,6 +1468,18 @@ WebSockets and to stream large responses. Changelog ========= +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. + + The ir.rule 'Fastapi: Running user rule' uses a field (authenticate_partner_id) that comes from the context. + This field wasn't always set and this caused an error when Odoo checked the domain. + So now it is set to *False* by default. (`#410 `_) + + 16.0.1.2.3 (2023-12-21) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fastapi/__manifest__.py b/fastapi/__manifest__.py index 479377ba4..57ba1144a 100644 --- a/fastapi/__manifest__.py +++ b/fastapi/__manifest__.py @@ -5,7 +5,7 @@ "name": "Odoo FastAPI", "summary": """ Odoo FastAPI endpoint""", - "version": "16.0.1.2.4", + "version": "16.0.1.2.5", "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 dd3b7970b..54d0c7f1b 100644 --- a/fastapi/readme/HISTORY.rst +++ b/fastapi/readme/HISTORY.rst @@ -1,3 +1,15 @@ +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. + + The ir.rule 'Fastapi: Running user rule' uses a field (authenticate_partner_id) that comes from the context. + This field wasn't always set and this caused an error when Odoo checked the domain. + So now it is set to *False* by default. (`#410 `_) + + 16.0.1.2.3 (2023-12-21) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fastapi/readme/newsfragments/410.bugfix b/fastapi/readme/newsfragments/410.bugfix deleted file mode 100644 index 23ad39e2f..000000000 --- a/fastapi/readme/newsfragments/410.bugfix +++ /dev/null @@ -1,5 +0,0 @@ -Odoo has done an update and now, it checks domains of ir.rule on creation and modification. - -The ir.rule 'Fastapi: Running user rule' uses a field (authenticate_partner_id) that comes from the context. -This field wasn't always set and this caused an error when Odoo checked the domain. -So now it is set to *False* by default. diff --git a/fastapi/static/description/index.html b/fastapi/static/description/index.html index a1c84d0a4..e7e699db2 100644 --- a/fastapi/static/description/index.html +++ b/fastapi/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Odoo FastAPI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8a90dec844eac96b44cefb64548fb05283ade12b16246bb89062abc7644e2087 +!! source digest: sha256:439e51bdd708113a0ee8a644f2ca42d29c286af1aee25fa6035b743321969c88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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,17 +431,18 @@

Odoo FastAPI

  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -1702,7 +1702,18 @@

    Known issues / Roadmap

    Changelog

    -

    16.0.1.2.3 (2023-12-21)

    +

    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.

      +

      The ir.rule ‘Fastapi: Running user rule’ uses a field (authenticate_partner_id) that comes from the context. +This field wasn’t always set and this caused an error when Odoo checked the domain. +So now it is set to False by default. (#410)

      +
    • +
    +
    +
    +

    16.0.1.2.3 (2023-12-21)

    Bugfixes

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

      @@ -1711,8 +1722,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 @@ -1726,8 +1737,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.

      @@ -1735,8 +1746,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. @@ -1750,7 +1761,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 @@ -1758,21 +1769,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