forked from Techsystech/web
19 lines
550 B
Python
19 lines
550 B
Python
# Copyright 2019 - TODAY Serpent Consulting Services Pvt. Ltd.
|
|
# (<http://www.serpentcs.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': "Web Widget Prefixed URL",
|
|
'version': "11.0.1.0.0",
|
|
'author': "Serpent Consulting Services Pvt. Ltd., "
|
|
"Odoo Community Association (OCA)",
|
|
'category': 'Web',
|
|
'website': "https://github.com/OCA/web",
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'web'
|
|
],
|
|
'data': [
|
|
'views/template.xml',
|
|
],
|
|
}
|