mirror of https://github.com/OCA/web.git
16 lines
629 B
Python
16 lines
629 B
Python
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Dynamic Dropdown Widget: Example",
|
|
"summary": "Demonstration of web_widget_dropdown_dynamic",
|
|
"category": "Web",
|
|
"version": "13.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "CorporateHub, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web/",
|
|
"depends": ["web_widget_dropdown_dynamic"],
|
|
"data": ["views/web_widget_dropdown_dynamic_example.xml"],
|
|
"installable": True,
|
|
}
|