mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_dropdown_dynamic
This commit is contained in:
20
web_widget_dropdown_dynamic_example/__manifest__.py
Normal file
20
web_widget_dropdown_dynamic_example/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||
# 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': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author':
|
||||
'Brainbean Apps OU, '
|
||||
'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,
|
||||
}
|
||||
Reference in New Issue
Block a user