You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
736 B
27 lines
736 B
# -*- 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": "10.0.2.0.3",
|
|
"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_widget_domain_v11',
|
|
],
|
|
"data": [
|
|
'views/templates.xml',
|
|
],
|
|
"qweb": [
|
|
'static/src/xml/web_advanced_search_x2x.xml',
|
|
],
|
|
"auto_install": False,
|
|
'installable': True,
|
|
"application": False,
|
|
}
|