From 6249f22841a3c881e21c657aceabd4f18a50fe05 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 13 Oct 2023 09:50:32 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- connector_search_engine/README.rst | 16 ++++++- connector_search_engine/__manifest__.py | 2 +- connector_search_engine/readme/HISTORY.rst | 12 ++++++ .../readme/newsfragments/163.bugfix | 5 --- .../static/description/index.html | 42 ++++++++++++------- 6 files changed, 55 insertions(+), 24 deletions(-) delete mode 100644 connector_search_engine/readme/newsfragments/163.bugfix diff --git a/README.md b/README.md index 4d297bb3..240ff62a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [connector_elasticsearch](connector_elasticsearch/) | 16.0.0.0.2 | | Connector For Elasticsearch Search Engine -[connector_search_engine](connector_search_engine/) | 16.0.0.1.0 | | Connector Search Engine +[connector_search_engine](connector_search_engine/) | 16.0.0.1.1 | | Connector Search Engine [connector_search_engine_serializer_ir_export](connector_search_engine_serializer_ir_export/) | 16.0.1.0.2 | | Use Exporter (ir.exports) as serializer for index [search_engine_image_thumbnail](search_engine_image_thumbnail/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Generate thumbnails for binded record [search_engine_serializer_pydantic](search_engine_serializer_pydantic/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Defines base class for pydantic baser serializer diff --git a/connector_search_engine/README.rst b/connector_search_engine/README.rst index a90ae122..221f8171 100644 --- a/connector_search_engine/README.rst +++ b/connector_search_engine/README.rst @@ -2,12 +2,12 @@ Connector Search Engine ======================= -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a60fa36e0a221e4decd9cab9656ba888b81f3af4c1c440abb11a5fb97d420302 + !! source digest: sha256:a2ceaea3ccbd98a7b2c3790d53cd964872af628f2aede5b86679f1c18ab7c566 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -168,6 +168,18 @@ Known issues / Roadmap Changelog ========= +16.0.0.1.1 (2023-10-13) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fixes cache issue with the *se_binding_ids* field on the *s.indexable.record* + model. When a binding is created or updated or deleted, the cache for the + *se_binding_ids* field for referenced records is now invalidated. That way, + the next time the field is accessed after such an operation, the value is + recomputed to reflect the change. (`#163 `_) + + 16.0.0.1.0 (2023-10-13) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/connector_search_engine/__manifest__.py b/connector_search_engine/__manifest__.py index 395b97fa..2050d6d9 100644 --- a/connector_search_engine/__manifest__.py +++ b/connector_search_engine/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Connector Search Engine", - "version": "16.0.0.1.0", + "version": "16.0.0.1.1", "author": "Akretion," "ACSONE SA/NV," "Camptocamp," diff --git a/connector_search_engine/readme/HISTORY.rst b/connector_search_engine/readme/HISTORY.rst index 404ed3bb..60234453 100644 --- a/connector_search_engine/readme/HISTORY.rst +++ b/connector_search_engine/readme/HISTORY.rst @@ -1,3 +1,15 @@ +16.0.0.1.1 (2023-10-13) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fixes cache issue with the *se_binding_ids* field on the *s.indexable.record* + model. When a binding is created or updated or deleted, the cache for the + *se_binding_ids* field for referenced records is now invalidated. That way, + the next time the field is accessed after such an operation, the value is + recomputed to reflect the change. (`#163 `_) + + 16.0.0.1.0 (2023-10-13) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/connector_search_engine/readme/newsfragments/163.bugfix b/connector_search_engine/readme/newsfragments/163.bugfix deleted file mode 100644 index f7243a2f..00000000 --- a/connector_search_engine/readme/newsfragments/163.bugfix +++ /dev/null @@ -1,5 +0,0 @@ -Fixes cache issue with the *se_binding_ids* field on the *s.indexable.record* -model. When a binding is created or updated or deleted, the cache for the -*se_binding_ids* field for referenced records is now invalidated. That way, -the next time the field is accessed after such an operation, the value is -recomputed to reflect the change. diff --git a/connector_search_engine/static/description/index.html b/connector_search_engine/static/description/index.html index 3b55998a..2281cb59 100644 --- a/connector_search_engine/static/description/index.html +++ b/connector_search_engine/static/description/index.html @@ -367,7 +367,7 @@

Connector Search Engine

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a60fa36e0a221e4decd9cab9656ba888b81f3af4c1c440abb11a5fb97d420302 +!! source digest: sha256:a2ceaea3ccbd98a7b2c3790d53cd964872af628f2aede5b86679f1c18ab7c566 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/search-engine Translate me on Weblate Try me on Runboat

Base module for connecting Odoo with external search engines. This addon is @@ -384,15 +384,16 @@

Connector Search Engine

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

    Known issues / Roadmap

    Changelog

    -

    16.0.0.1.0 (2023-10-13)

    +

    16.0.0.1.1 (2023-10-13)

    +

    Bugfixes

    +
      +
    • Fixes cache issue with the se_binding_ids field on the s.indexable.record +model. When a binding is created or updated or deleted, the cache for the +se_binding_ids field for referenced records is now invalidated. That way, +the next time the field is accessed after such an operation, the value is +recomputed to reflect the change. (#163)
    • +
    +
    +
    +

    16.0.0.1.0 (2023-10-13)

    Features

    • A new action Update state is now available on Search Engine Record objects. @@ -544,12 +556,12 @@

      16.0.0.1.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 @@ -557,9 +569,9 @@

    Bug Tracker

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

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • Akretion
    • ACSONE SA/NV
    • @@ -567,7 +579,7 @@

      Authors

    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

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