diff --git a/web_search_with_and/README.rst b/web_search_with_and/README.rst index c1bd4a418..43b0180c5 100644 --- a/web_search_with_and/README.rst +++ b/web_search_with_and/README.rst @@ -17,27 +17,27 @@ Use AND conditions on omnibar search :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/16.0/web_search_with_and + :target: https://github.com/OCA/web/tree/17.0/web_search_with_and :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_search_with_and + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_search_with_and :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -When searching for records on same field Odoo joins multiple queries with OR. -For example: +When searching for records on same field Odoo joins multiple queries +with OR. For example: -* Perform a search for customer "John" on field Name -* Odoo displays customers containing "John" -* Search for "Smith" on same field Name -* Odoo displays customers containing "John" OR "Smith" +- Perform a search for customer "John" on field Name +- Odoo displays customers containing "John" +- Search for "Smith" on same field Name +- Odoo displays customers containing "John" OR "Smith" -With this module installed you can press Shift key before searching for "Smith" -and Odoo finds customers containing "John" AND "Smith" +With this module installed you can press Shift key before searching for +"Smith" and Odoo finds customers containing "John" AND "Smith" **Table of contents** @@ -47,12 +47,13 @@ and Odoo finds customers containing "John" AND "Smith" Usage ===== -* Enter your value in omnibar search field -* Press and hold Shift key -* Select field with mouse or keyboard to perform search on +- Enter your value in omnibar search field +- Press and hold Shift key +- Select field with mouse or keyboard to perform search on -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot +|Try me on Runbot| + +.. |Try me on Runbot| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :target: https://runbot.odoo-community.org/runbot/162/11.0 Bug Tracker @@ -61,7 +62,7 @@ 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 -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -69,7 +70,7 @@ Credits ======= Authors -~~~~~~~ +------- * Sandip SCS * Versada UAB @@ -77,19 +78,19 @@ Authors * Serincloud Contributors -~~~~~~~~~~~~ +------------ -* Andrius Preimantas -* Adrien Didenot -* Francesco Apruzzese -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) -* Souheil Bejaoui -* Pedro Guirao -* Nedas Žilinskas -* Sandip SerpentCS +- Andrius Preimantas +- Adrien Didenot +- Francesco Apruzzese +- Numigi (tm) and all its contributors (https://bit.ly/numigiens) +- Souheil Bejaoui +- Pedro Guirao +- Nedas Žilinskas +- Sandip SerpentCS Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -101,6 +102,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_search_with_and/pyproject.toml b/web_search_with_and/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_search_with_and/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_search_with_and/readme/CONTRIBUTORS.md b/web_search_with_and/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..b85b32382 --- /dev/null +++ b/web_search_with_and/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ +- Andrius Preimantas \<\> +- Adrien Didenot \<\> +- Francesco Apruzzese \<\> +- Numigi (tm) and all its contributors () +- Souheil Bejaoui \<\> +- Pedro Guirao \<\> +- Nedas Žilinskas \<\> +- Sandip SerpentCS \<\> diff --git a/web_search_with_and/readme/CONTRIBUTORS.rst b/web_search_with_and/readme/CONTRIBUTORS.rst deleted file mode 100644 index f77791704..000000000 --- a/web_search_with_and/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,8 +0,0 @@ -* Andrius Preimantas -* Adrien Didenot -* Francesco Apruzzese -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) -* Souheil Bejaoui -* Pedro Guirao -* Nedas Žilinskas -* Sandip SerpentCS diff --git a/web_search_with_and/readme/DESCRIPTION.md b/web_search_with_and/readme/DESCRIPTION.md new file mode 100644 index 000000000..34571a656 --- /dev/null +++ b/web_search_with_and/readme/DESCRIPTION.md @@ -0,0 +1,10 @@ +When searching for records on same field Odoo joins multiple queries +with OR. For example: + +- Perform a search for customer "John" on field Name +- Odoo displays customers containing "John" +- Search for "Smith" on same field Name +- Odoo displays customers containing "John" OR "Smith" + +With this module installed you can press Shift key before searching for +"Smith" and Odoo finds customers containing "John" AND "Smith" diff --git a/web_search_with_and/readme/DESCRIPTION.rst b/web_search_with_and/readme/DESCRIPTION.rst deleted file mode 100644 index 88cd4e8e8..000000000 --- a/web_search_with_and/readme/DESCRIPTION.rst +++ /dev/null @@ -1,10 +0,0 @@ -When searching for records on same field Odoo joins multiple queries with OR. -For example: - -* Perform a search for customer "John" on field Name -* Odoo displays customers containing "John" -* Search for "Smith" on same field Name -* Odoo displays customers containing "John" OR "Smith" - -With this module installed you can press Shift key before searching for "Smith" -and Odoo finds customers containing "John" AND "Smith" diff --git a/web_search_with_and/readme/USAGE.md b/web_search_with_and/readme/USAGE.md new file mode 100644 index 000000000..511625494 --- /dev/null +++ b/web_search_with_and/readme/USAGE.md @@ -0,0 +1,5 @@ +- Enter your value in omnibar search field +- Press and hold Shift key +- Select field with mouse or keyboard to perform search on + +[![Try me on Runbot](https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas)](https://runbot.odoo-community.org/runbot/162/11.0) diff --git a/web_search_with_and/readme/USAGE.rst b/web_search_with_and/readme/USAGE.rst deleted file mode 100644 index 469f9f74e..000000000 --- a/web_search_with_and/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -* Enter your value in omnibar search field -* Press and hold Shift key -* Select field with mouse or keyboard to perform search on - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/11.0 diff --git a/web_search_with_and/static/description/index.html b/web_search_with_and/static/description/index.html index 44b81aa3c..41cc584d7 100644 --- a/web_search_with_and/static/description/index.html +++ b/web_search_with_and/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,17 +369,17 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:9883b3e6c2eee5ca7247857cac8362cc3fbc80a0fa0ec270749365ad1ed66832 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

When searching for records on same field Odoo joins multiple queries with OR. -For example:

+

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

+

When searching for records on same field Odoo joins multiple queries +with OR. For example:

  • Perform a search for customer “John” on field Name
  • Odoo displays customers containing “John”
  • Search for “Smith” on same field Name
  • Odoo displays customers containing “John” OR “Smith”
-

With this module installed you can press Shift key before searching for “Smith” -and Odoo finds customers containing “John” AND “Smith”

+

With this module installed you can press Shift key before searching for +“Smith” and Odoo finds customers containing “John” AND “Smith”

Table of contents

    @@ -400,14 +400,14 @@ and Odoo finds customers containing “John” AND “Smith”

  • Press and hold Shift key
  • Select field with mouse or keyboard to perform search on
-Try me on Runbot +

Try me on Runbot

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 -feedback.

+feedback.

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

@@ -437,11 +437,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.