Skip to content

Commit 00d737d

Browse files
committed
[BOT] post-merge updates
1 parent 2a18883 commit 00d737d

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ addon | version | maintainers | summary
2828
[base_cron_exclusion](base_cron_exclusion/) | 18.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously.
2929
[base_exception](base_exception/) | 18.0.1.1.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)
3030
[base_m2m_custom_field](base_m2m_custom_field/) | 18.0.1.0.0 | | Customizations of Many2many
31+
[base_name_search_improved](base_name_search_improved/) | 18.0.1.0.0 | | Friendlier search when typing in relation fields
3132
[base_partition](base_partition/) | 18.0.1.0.0 | | Base module that provide the partition method on all models
3233
[base_sparse_field_list_support](base_sparse_field_list_support/) | 18.0.1.0.0 | | add list support to convert_to_cache()
3334
[base_technical_user](base_technical_user/) | 18.0.1.0.0 | | Add a technical user parameter on the company

base_name_search_improved/README.rst

+22-22
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Improved Name Search
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:fe0fce7aeb356dfbf982cb648994712ec1907ee6ab73a221eee4cda4039e7a33
10+
!! source digest: sha256:01d81b49fa6a168e77926a91d3d0ccb1c6d37926ba09740bff0697c1ae4ef3e8
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -57,9 +57,9 @@ added on searches that would normally yield results.
5757
But if not enough results are found, then additional search methods are
5858
tried. The specific methods used are:
5959

60-
- Try regular search on each of the additional fields
61-
- Try ordered word search on each of the search fields
62-
- Try unordered word search on each of the search fields
60+
- Try regular search on each of the additional fields
61+
- Try ordered word search on each of the search fields
62+
- Try unordered word search on each of the search fields
6363

6464
All results found are presented in that order, hopefully presenting them
6565
in order of relevance.
@@ -94,20 +94,20 @@ Just type into any related field, such as Customer on a Sale Order.
9494
Known issues / Roadmap
9595
======================
9696

97-
- Also use fuzzy search, such as the Levenshtein distance:
98-
https://www.postgresql.org/docs/9.5/static/fuzzystrmatch.html
99-
- The list of additional fields to search could benefit from caching,
100-
for efficiency.
101-
- This feature could also be implemented for regular ``search`` on the
102-
``name`` field.
103-
- While adding m2o or other related field that also have an improved
104-
name search, that improved name search is not used (while if
105-
name_search is customizend on a module and you add a field of that
106-
model on another model it works ok). Esto por ejemplo es en productos
107-
si agregamos campo "categoría pública" y a categoría pública le
108-
ponemos "parent_id". Entonces vamos a ver que si buscamos por una
109-
categoría padre no busca nada, en vez si hacemos esa lógica en
110-
name_search de modulo si funciona
97+
- Also use fuzzy search, such as the Levenshtein distance:
98+
https://www.postgresql.org/docs/9.5/static/fuzzystrmatch.html
99+
- The list of additional fields to search could benefit from caching,
100+
for efficiency.
101+
- This feature could also be implemented for regular ``search`` on the
102+
``name`` field.
103+
- While adding m2o or other related field that also have an improved
104+
name search, that improved name search is not used (while if
105+
name_search is customizend on a module and you add a field of that
106+
model on another model it works ok). Esto por ejemplo es en productos
107+
si agregamos campo "categoría pública" y a categoría pública le
108+
ponemos "parent_id". Entonces vamos a ver que si buscamos por una
109+
categoría padre no busca nada, en vez si hacemos esa lógica en
110+
name_search de modulo si funciona
111111

112112
Bug Tracker
113113
===========
@@ -131,16 +131,16 @@ Authors
131131
Contributors
132132
------------
133133

134-
- Daniel Reis <https://github.com/dreispt>
135-
- Kitti U. <[email protected]> (migrate to v14)
136-
- Radovan Skolnik <[email protected]>
134+
- Daniel Reis <https://github.com/dreispt>
135+
- Kitti U. <[email protected]> (migrate to v14)
136+
- Radovan Skolnik <[email protected]>
137137

138138
Other credits
139139
-------------
140140

141141
The development of this module has been financially supported by:
142142

143-
- Odoo Community Association
143+
- Odoo Community Association
144144

145145
Maintainers
146146
-----------

base_name_search_improved/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Improved Name Search</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:fe0fce7aeb356dfbf982cb648994712ec1907ee6ab73a221eee4cda4039e7a33
370+
!! source digest: sha256:01d81b49fa6a168e77926a91d3d0ccb1c6d37926ba09740bff0697c1ae4ef3e8
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/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/server-tools/tree/18.0/base_name_search_improved"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_name_search_improved"><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/server-tools&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Extends the name search feature to use additional, more relaxed matching

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-tools"
3-
version = "18.0.20250314.0"
3+
version = "18.0.20250316.0"
44
dependencies = [
55
"odoo-addon-attachment_unindex_content==18.0.*",
66
"odoo-addon-auditlog==18.0.*",
@@ -9,6 +9,7 @@ dependencies = [
99
"odoo-addon-base_cron_exclusion==18.0.*",
1010
"odoo-addon-base_exception==18.0.*",
1111
"odoo-addon-base_m2m_custom_field==18.0.*",
12+
"odoo-addon-base_name_search_improved==18.0.*",
1213
"odoo-addon-base_partition==18.0.*",
1314
"odoo-addon-base_sparse_field_list_support==18.0.*",
1415
"odoo-addon-base_technical_user==18.0.*",

0 commit comments

Comments
 (0)