mirror of https://github.com/OCA/web.git
15 lines
481 B
Python
15 lines
481 B
Python
# Copyright 2019 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web Widget Child Selector",
|
|
"summary": "Widget used for navigation on hierarchy fields",
|
|
"version": "14.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": ["web"],
|
|
"data": ["views/assets.xml"],
|
|
"qweb": ["static/src/xml/widget_child_selector.xml"],
|
|
}
|