[MIG] web_widget_url_advanced: Migration to 13.0

pull/2918/head
Joan Sisquella 2020-03-02 14:51:01 +01:00 committed by Maksym Yankin
parent c394eff8c3
commit 10a55bd5c9
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}