[MIG] web_widget_url_advanced: Migration to 15.0

This commit is contained in:
Jasmin Solanki
2021-12-23 16:55:43 +05:30
parent 6c4327ce34
commit f081c71996
3 changed files with 9 additions and 23 deletions

View File

@@ -5,11 +5,14 @@
"summary": "This module extends URL widget "
"for displaying anchors with custom labels.",
"category": "Web",
"version": "14.0.1.0.1",
"version": "15.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"],
"data": [],
"assets": {
"web.assets_backend": ["web_widget_url_advanced/static/src/js/url_widget.js"],
},
"installable": True,
}