diff --git a/setup/web_search_with_and/odoo/addons/web_search_with_and b/setup/web_search_with_and/odoo/addons/web_search_with_and new file mode 120000 index 000000000..d32981712 --- /dev/null +++ b/setup/web_search_with_and/odoo/addons/web_search_with_and @@ -0,0 +1 @@ +../../../../web_search_with_and \ No newline at end of file diff --git a/setup/web_search_with_and/setup.py b/setup/web_search_with_and/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_search_with_and/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/web_search_with_and/README.rst b/web_search_with_and/README.rst index 4a6cc8bc2..354416628 100644 --- a/web_search_with_and/README.rst +++ b/web_search_with_and/README.rst @@ -14,14 +14,14 @@ 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/15.0/web_search_with_and + :target: https://github.com/OCA/web/tree/16.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-15-0/web-15-0-web_search_with_and + :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_search_with_and :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/web&target_branch=16.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -58,7 +58,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -82,6 +82,7 @@ Contributors * Souheil Bejaoui * Pedro Guirao * Nedas Žilinskas +* Sandip SerpentCS Maintainers ~~~~~~~~~~~ @@ -96,6 +97,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/__manifest__.py b/web_search_with_and/__manifest__.py index 69bf15892..9f66e9969 100644 --- a/web_search_with_and/__manifest__.py +++ b/web_search_with_and/__manifest__.py @@ -4,16 +4,17 @@ { "name": "Use AND conditions on omnibar search", - "version": "15.0.1.0.0", - "author": "Versada UAB, ACSONE SA/NV, Serincloud, Odoo Community Association (OCA)", + "version": "16.0.1.0.0", + "author": """Sandip SCS, Versada UAB, ACSONE SA/NV, Serincloud, + Odoo Community Association (OCA)""", "license": "AGPL-3", "category": "web", "website": "https://github.com/OCA/web", "depends": ["web"], "assets": { "web.assets_backend": [ - "/web_search_with_and/static/src/js/control_panel_model_extension.js", - "/web_search_with_and/static/src/js/search_bar.js", + "/web_search_with_and/static/src/js/search_model.esm.js", + "/web_search_with_and/static/src/js/search_bar.esm.js", ], }, } diff --git a/web_search_with_and/readme/CONTRIBUTORS.rst b/web_search_with_and/readme/CONTRIBUTORS.rst index 1974f3958..f77791704 100644 --- a/web_search_with_and/readme/CONTRIBUTORS.rst +++ b/web_search_with_and/readme/CONTRIBUTORS.rst @@ -5,3 +5,4 @@ * Souheil Bejaoui * Pedro Guirao * Nedas Žilinskas +* Sandip SerpentCS diff --git a/web_search_with_and/static/description/index.html b/web_search_with_and/static/description/index.html index 43b8cdc68..59f4048a4 100644 --- a/web_search_with_and/static/description/index.html +++ b/web_search_with_and/static/description/index.html @@ -3,7 +3,7 @@ - + Use AND conditions on omnibar search