mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_url_advanced
This commit is contained in:
committed by
Jasmin Solanki
parent
8d021037a9
commit
2b88396c8d
17
web_widget_url_advanced/__manifest__.py
Normal file
17
web_widget_url_advanced/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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": "11.0.1.0.0",
|
||||
"license": "LGPL-3",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web/",
|
||||
"depends": ["web"],
|
||||
"data": [
|
||||
"templates/assets.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user