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 13, 2023
1 parent e56303c commit 6249f22
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 14 additions & 2 deletions connector_search_engine/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://github.com/OCA/search-engine/issues/163>`_)


16.0.0.1.0 (2023-10-13)
~~~~~~~~~~~~~~~~~~~~~~~

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


16.0.0.1.0 (2023-10-13)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 0 additions & 5 deletions connector_search_engine/readme/newsfragments/163.bugfix

This file was deleted.

42 changes: 27 additions & 15 deletions connector_search_engine/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Connector Search Engine</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a60fa36e0a221e4decd9cab9656ba888b81f3af4c1c440abb11a5fb97d420302
!! source digest: sha256:a2ceaea3ccbd98a7b2c3790d53cd964872af628f2aede5b86679f1c18ab7c566
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/search-engine/tree/16.0/connector_search_engine"><img alt="OCA/search-engine" src="https://img.shields.io/badge/github-OCA%2Fsearch--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/search-engine-16-0/search-engine-16-0-connector_search_engine"><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/search-engine&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>Base module for connecting Odoo with external search engines. This addon is
Expand All @@ -384,15 +384,16 @@ <h1 class="title">Connector Search Engine</h1>
</li>
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-5">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#changelog" id="toc-entry-6">Changelog</a><ul>
<li><a class="reference internal" href="#section-1" id="toc-entry-7">16.0.0.1.0 (2023-10-13)</a></li>
<li><a class="reference internal" href="#x-y-z-yyyy-mm-dd" id="toc-entry-8">12.0.x.y.z (YYYY-MM-DD)</a></li>
<li><a class="reference internal" href="#section-1" id="toc-entry-7">16.0.0.1.1 (2023-10-13)</a></li>
<li><a class="reference internal" href="#section-2" id="toc-entry-8">16.0.0.1.0 (2023-10-13)</a></li>
<li><a class="reference internal" href="#x-y-z-yyyy-mm-dd" id="toc-entry-9">12.0.x.y.z (YYYY-MM-DD)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-9">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-10">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-11">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-12">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-13">Maintainers</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-10">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-11">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-12">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-13">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-14">Maintainers</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -526,7 +527,18 @@ <h1><a class="toc-backref" href="#toc-entry-5">Known issues / Roadmap</a></h1>
<div class="section" id="changelog">
<h1><a class="toc-backref" href="#toc-entry-6">Changelog</a></h1>
<div class="section" id="section-1">
<h2><a class="toc-backref" href="#toc-entry-7">16.0.0.1.0 (2023-10-13)</a></h2>
<h2><a class="toc-backref" href="#toc-entry-7">16.0.0.1.1 (2023-10-13)</a></h2>
<p><strong>Bugfixes</strong></p>
<ul class="simple">
<li>Fixes cache issue with the <em>se_binding_ids</em> field on the <em>s.indexable.record</em>
model. When a binding is created or updated or deleted, the cache for the
<em>se_binding_ids</em> 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. (<a class="reference external" href="https://github.com/OCA/search-engine/issues/163">#163</a>)</li>
</ul>
</div>
<div class="section" id="section-2">
<h2><a class="toc-backref" href="#toc-entry-8">16.0.0.1.0 (2023-10-13)</a></h2>
<p><strong>Features</strong></p>
<ul>
<li><p class="first">A new action <strong>Update state</strong> is now available on <em>Search Engine Record</em> objects.
Expand All @@ -544,30 +556,30 @@ <h2><a class="toc-backref" href="#toc-entry-7">16.0.0.1.0 (2023-10-13)</a></h2>
</ul>
</div>
<div class="section" id="x-y-z-yyyy-mm-dd">
<h2><a class="toc-backref" href="#toc-entry-8">12.0.x.y.z (YYYY-MM-DD)</a></h2>
<h2><a class="toc-backref" href="#toc-entry-9">12.0.x.y.z (YYYY-MM-DD)</a></h2>
<p>TODO</p>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-9">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#toc-entry-10">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/search-engine/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/search-engine/issues/new?body=module:%20connector_search_engine%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-10">Credits</a></h1>
<h1><a class="toc-backref" href="#toc-entry-11">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-11">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-12">Authors</a></h2>
<ul class="simple">
<li>Akretion</li>
<li>ACSONE SA/NV</li>
<li>Camptocamp</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-12">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-13">Contributors</a></h2>
<ul class="simple">
<li>Sébastien BEAU &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li>
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li>
Expand All @@ -576,7 +588,7 @@ <h2><a class="toc-backref" href="#toc-entry-12">Contributors</a></h2>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-13">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-14">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" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
Expand Down

0 comments on commit 6249f22

Please sign in to comment.