Files
web/web_advanced_search/__openerp__.py
Jairo Llopis 3053b749d5 Adapt to v9 API.
- Use the new domain widget.
- Use modules system.
2018-08-16 17:46:12 +02:00

28 lines
717 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015 Therp BV <http://therp.nl>
# Copyright 2017 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Search x2x fields",
"version": "9.0.1.0.0",
"author": "Therp BV, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Usability",
"summary": "Use a search widget in advanced search for x2x fields",
"depends": [
'web',
],
"data": [
'views/templates.xml',
],
"qweb": [
'static/src/xml/web_advanced_search_x2x.xml',
],
"auto_install": False,
"installable": True,
"application": False,
}