forked from Techsystech/web
22 lines
623 B
Python
22 lines
623 B
Python
# Copyright 2019 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',
|
|
'summary': 'This module adds support for dynamic dropdown widget',
|
|
'category': 'Web',
|
|
'version': '12.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author':
|
|
'CorporateHub, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/web/',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'templates/assets.xml',
|
|
],
|
|
'installable': True,
|
|
}
|