From 6001ae24339ea1da7d96b4def2a33b52f53da319 Mon Sep 17 00:00:00 2001 From: Joan Sisquella Date: Mon, 2 Mar 2020 14:51:01 +0100 Subject: [PATCH] [MIG] web_widget_url_advanced: Migration to 13.0 --- web_widget_url_advanced/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }