diff --git a/web_search_with_and/README.rst b/web_search_with_and/README.rst index 3d1daae3..cccf346e 100644 --- a/web_search_with_and/README.rst +++ b/web_search_with_and/README.rst @@ -1,6 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +==================================== Use AND conditions on omnibar search ==================================== @@ -22,6 +24,10 @@ Usage * 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/8.0 + Credits ======= diff --git a/web_search_with_and/__init__.py b/web_search_with_and/__init__.py index 19ddd656..40a96afc 100644 --- a/web_search_with_and/__init__.py +++ b/web_search_with_and/__init__.py @@ -1,3 +1 @@ # -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. diff --git a/web_search_with_and/__openerp__.py b/web_search_with_and/__openerp__.py index effb170a..0a3b7222 100644 --- a/web_search_with_and/__openerp__.py +++ b/web_search_with_and/__openerp__.py @@ -1,19 +1,19 @@ # -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. +# © 2015 Andrius Preimantas +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': "Use AND conditions on omnibar search", - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'Versada UAB, Odoo Community Association (OCA)', + 'license': 'AGPL-3', 'category': 'web', 'website': 'http://www.versada.lt', - 'description': "", 'depends': [ 'web', ], 'data': [ - 'data.xml', + 'data/data.xml', ], 'installable': True, 'application': False, diff --git a/web_search_with_and/data.xml b/web_search_with_and/data/data.xml similarity index 88% rename from web_search_with_and/data.xml rename to web_search_with_and/data/data.xml index a7842349..83ab6b02 100644 --- a/web_search_with_and/data.xml +++ b/web_search_with_and/data/data.xml @@ -3,7 +3,7 @@