mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_search_with_and: Migration to 11.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
3e9c69263a
commit
528c9b4557
@@ -1,20 +1,17 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2015 Andrius Preimantas <andrius@versada.lt>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': "Use AND conditions on omnibar search",
|
||||
'version': '10.0.1.0.0',
|
||||
'version': '11.0.1.0.0',
|
||||
'author': 'Versada UAB, Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'web',
|
||||
'website': 'http://www.versada.lt',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'depends': [
|
||||
'web',
|
||||
],
|
||||
'data': [
|
||||
'data/data.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user