Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
26
web_widget_dropdown_dynamic/__manifest__.py
Executable file
26
web_widget_dropdown_dynamic/__manifest__.py
Executable file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
||||
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
{
|
||||
"name": "Dynamic Dropdown Widget",
|
||||
"summary": "This module adds support for dynamic dropdown widget",
|
||||
"category": "Web",
|
||||
"version": "18.0.2.0.0",
|
||||
"license": "LGPL-3",
|
||||
"author": "CorporateHub, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"installable": True,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_dropdown_dynamic/static/src/js/field_dynamic_dropdown.esm.js",
|
||||
],
|
||||
"web.qunit_suite_tests": [
|
||||
"web_widget_dropdown_dynamic/static/tests/web_widget_dropdown_dynamic_tests.esm.js",
|
||||
],
|
||||
},
|
||||
"demo": [
|
||||
"demo/ir_model_fields.xml",
|
||||
"demo/ir_filters_view.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user