diff --git a/web_widget_url_advanced/__manifest__.py b/web_widget_url_advanced/__manifest__.py index ff17bd5b4..5c9d1eb50 100644 --- a/web_widget_url_advanced/__manifest__.py +++ b/web_widget_url_advanced/__manifest__.py @@ -5,11 +5,11 @@ "summary": "This module extends URL widget " "for displaying anchors with custom labels.", "category": "Web", - "version": "12.0.1.0.0", + "version": "13.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": ["templates/assets.xml"], "installable": True, }