diff --git a/README.md b/README.md index bab206b5..80652050 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [connector_elasticsearch](connector_elasticsearch/) | 16.0.0.0.3 | | Connector For Elasticsearch Search Engine -[connector_search_engine](connector_search_engine/) | 16.0.0.1.3 | | Connector Search Engine +[connector_search_engine](connector_search_engine/) | 16.0.0.1.4 | | 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.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Generate thumbnails for binded record +[search_engine_image_thumbnail](search_engine_image_thumbnail/) | 16.0.1.0.2 | [![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 7abd6455..43a6f0db 100644 --- a/connector_search_engine/README.rst +++ b/connector_search_engine/README.rst @@ -7,7 +7,7 @@ Connector Search Engine !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:118f3c934c540db9ca5c46bd1d621d9109dfa1a994bf76fbec3b6a03cac3fc7f + !! source digest: sha256:f9a33dd2d43e9042126c205851faf5e5b35433f9e0e10c1758002ec9952d5ada !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -168,6 +168,21 @@ Known issues / Roadmap Changelog ========= +16.0.0.1.4 (2023-11-29) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fix error when calling the methods *export_record* or *delete_record* from + the *se.binding* model when called on a recordset with items from different + *se.backend*. + + The *export* and *delete* methods involves the use of a *Backend Adapter* to + communicate with the target search engine. We then need to process the bindings + by backend to call the correct adapter and ensure at same time a batch process + of the requested operation for all the records linked to the same backend. (`#173 `_) + + 16.0.0.1.2 (2023-11-28) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/connector_search_engine/__manifest__.py b/connector_search_engine/__manifest__.py index 6d5ff5f7..77b6721b 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.3", + "version": "16.0.0.1.4", "author": "Akretion," "ACSONE SA/NV," "Camptocamp," diff --git a/connector_search_engine/readme/HISTORY.rst b/connector_search_engine/readme/HISTORY.rst index 66619ef5..7881b285 100644 --- a/connector_search_engine/readme/HISTORY.rst +++ b/connector_search_engine/readme/HISTORY.rst @@ -1,3 +1,18 @@ +16.0.0.1.4 (2023-11-29) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fix error when calling the methods *export_record* or *delete_record* from + the *se.binding* model when called on a recordset with items from different + *se.backend*. + + The *export* and *delete* methods involves the use of a *Backend Adapter* to + communicate with the target search engine. We then need to process the bindings + by backend to call the correct adapter and ensure at same time a batch process + of the requested operation for all the records linked to the same backend. (`#173 `_) + + 16.0.0.1.2 (2023-11-28) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/connector_search_engine/readme/newsfragments/173.bugfix b/connector_search_engine/readme/newsfragments/173.bugfix deleted file mode 100644 index 85ab439c..00000000 --- a/connector_search_engine/readme/newsfragments/173.bugfix +++ /dev/null @@ -1,8 +0,0 @@ -Fix error when calling the methods *export_record* or *delete_record* from -the *se.binding* model when called on a recordset with items from different -*se.backend*. - -The *export* and *delete* methods involves the use of a *Backend Adapter* to -communicate with the target search engine. We then need to process the bindings -by backend to call the correct adapter and ensure at same time a batch process -of the requested operation for all the records linked to the same backend. diff --git a/connector_search_engine/static/description/index.html b/connector_search_engine/static/description/index.html index b141ad29..862b02f9 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:118f3c934c540db9ca5c46bd1d621d9109dfa1a994bf76fbec3b6a03cac3fc7f +!! source digest: sha256:f9a33dd2d43e9042126c205851faf5e5b35433f9e0e10c1758002ec9952d5ada !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Connector Search Engine

  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -528,7 +529,21 @@

    Known issues / Roadmap

    Changelog

    -

    16.0.0.1.2 (2023-11-28)

    +

    16.0.0.1.4 (2023-11-29)

    +

    Bugfixes

    +
      +
    • Fix error when calling the methods export_record or delete_record from +the se.binding model when called on a recordset with items from different +se.backend.

      +

      The export and delete methods involves the use of a Backend Adapter to +communicate with the target search engine. We then need to process the bindings +by backend to call the correct adapter and ensure at same time a batch process +of the requested operation for all the records linked to the same backend. (#173)

      +
    • +
    +
    +
    +

    16.0.0.1.2 (2023-11-28)

    Bugfixes

    • Add missing description on the “se.binding.state.updater” model. As well as @@ -538,8 +553,8 @@

      16.0.0.1.2 (2023-11-28)

    -
    -

    16.0.0.1.1 (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 @@ -549,8 +564,8 @@

      16.0.0.1.1 (2023-10-13)

      recomputed to reflect the change. (#163)
    -
    -

    16.0.0.1.0 (2023-10-13)

    +
    +

    16.0.0.1.0 (2023-10-13)

    Features

    • A new action Update state is now available on Search Engine Record objects. @@ -568,12 +583,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 @@ -581,9 +596,9 @@

    Bug Tracker

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

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • Akretion
    • ACSONE SA/NV
    • @@ -591,7 +606,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 diff --git a/search_engine_image_thumbnail/README.rst b/search_engine_image_thumbnail/README.rst index 4d680924..dcc0d4d0 100644 --- a/search_engine_image_thumbnail/README.rst +++ b/search_engine_image_thumbnail/README.rst @@ -7,7 +7,7 @@ Search Engine Multi Image Thumbnail !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:37a67a78f526a0d7e977e16c26d2a960f4a490782edfaebfe01f3f6656492bbb + !! source digest: sha256:9e85a1605ac18dfb01ffa0f7c4864e227f61919d76b420bc140507ed4e9cadd5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/search_engine_image_thumbnail/__manifest__.py b/search_engine_image_thumbnail/__manifest__.py index 1fc4aba7..7c50f3c5 100644 --- a/search_engine_image_thumbnail/__manifest__.py +++ b/search_engine_image_thumbnail/__manifest__.py @@ -5,7 +5,7 @@ "name": "Search Engine Multi Image Thumbnail", "summary": """ Generate thumbnails for binded record""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/search-engine", diff --git a/search_engine_image_thumbnail/static/description/index.html b/search_engine_image_thumbnail/static/description/index.html index 470d617d..b97a1982 100644 --- a/search_engine_image_thumbnail/static/description/index.html +++ b/search_engine_image_thumbnail/static/description/index.html @@ -367,7 +367,7 @@

    Search Engine Multi Image Thumbnail

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:37a67a78f526a0d7e977e16c26d2a960f4a490782edfaebfe01f3f6656492bbb +!! source digest: sha256:9e85a1605ac18dfb01ffa0f7c4864e227f61919d76b420bc140507ed4e9cadd5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    This module is a technical module with the purpose of easing the export