Skip to content

Commit 62f45a3

Browse files
OpenCodeSandip-scs
authored andcommitted
web_search_with_and: Migration to 11.0
1 parent 30268a1 commit 62f45a3

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

web_search_with_and/README.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2-
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2+
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
33
:alt: License: AGPL-3
44

55
====================================
@@ -26,13 +26,13 @@ Usage
2626

2727
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
2828
:alt: Try me on Runbot
29-
:target: https://runbot.odoo-community.org/runbot/162/10.0
29+
:target: https://runbot.odoo-community.org/runbot/162/11.0
3030

3131
Bug Tracker
3232
===========
3333

3434
Bugs are tracked on `GitHub Issues
35-
<https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
35+
<https://github.com/OCA/web/issues>`_. In case of trouble, please
3636
check there if your issue has already been reported. If you spotted it first,
3737
help us smash it by providing detailed and welcomed feedback.
3838

@@ -44,18 +44,19 @@ Contributors
4444

4545
* Andrius Preimantas <andrius@versada.lt>
4646
* Adrien Didenot <adrien.didenot@horanet.com>
47+
* Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
4748

4849
Maintainer
4950
----------
5051

51-
.. image:: http://odoo-community.org/logo.png
52+
.. image:: https://odoo-community.org/logo.png
5253
:alt: Odoo Community Association
53-
:target: http://odoo-community.org
54+
:target: https://odoo-community.org
5455

5556
This module is maintained by the OCA.
5657

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

61-
To contribute to this module, please visit http://odoo-community.org.
62+
To contribute to this module, please visit https://odoo-community.org.

web_search_with_and/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# -*- coding: utf-8 -*-

web_search_with_and/__manifest__.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2015 Andrius Preimantas <andrius@versada.lt>
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
43

54
{
65
'name': "Use AND conditions on omnibar search",
7-
'version': '10.0.1.0.0',
6+
'version': '11.0.1.0.0',
87
'author': 'Versada UAB, Odoo Community Association (OCA)',
98
'license': 'AGPL-3',
109
'category': 'web',
11-
'website': 'http://www.versada.lt',
10+
'website': 'https://github.com/OCA/web',
1211
'depends': [
1312
'web',
1413
],
1514
'data': [
1615
'data/data.xml',
1716
],
18-
'installable': True,
19-
'application': False,
2017
}

0 commit comments

Comments
 (0)