forked from Techsystech/web
21 lines
641 B
Python
21 lines
641 B
Python
# Copyright 2018 Simone Orsi - Camptocamp SA
|
|
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
|
|
{
|
|
"name": "Web URL widget advanced",
|
|
"summary": "This module extends URL widget "
|
|
"for displaying anchors with custom labels.",
|
|
"category": "Web",
|
|
"version": "17.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": ["web"],
|
|
"data": [],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_widget_url_advanced/static/src/fields/**/*",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|