mirror of https://github.com/OCA/web.git
24 lines
798 B
Python
24 lines
798 B
Python
# Copyright 2015 Therp BV <http://therp.nl>
|
|
# Copyright 2017 Tecnativa - Vicent Cubells
|
|
# Copyright 2018 Tecnativa - Jairo Llopis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Advanced search",
|
|
"summary": "Easier and more powerful searching tools",
|
|
"version": "16.0.1.0.6",
|
|
"author": "Therp BV, Tecnativa, Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"maintainers": ["ivantodorovich"],
|
|
"license": "AGPL-3",
|
|
"category": "Usability",
|
|
"depends": ["web"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_advanced_search/static/src/js/**/*",
|
|
"web_advanced_search/static/src/legacy/**/*",
|
|
"web_advanced_search/static/src/search/**/*",
|
|
]
|
|
},
|
|
}
|