From 555fe2c375740fa802bcd5824f6691650d9619d3 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 1 May 2017 22:13:04 +0200 Subject: [PATCH] [FIX]Web widget phone needs the template into manifest --- web_widget_phone_check_fr/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_widget_phone_check_fr/__manifest__.py b/web_widget_phone_check_fr/__manifest__.py index d4ccaad..7a79e15 100644 --- a/web_widget_phone_check_fr/__manifest__.py +++ b/web_widget_phone_check_fr/__manifest__.py @@ -24,5 +24,6 @@ 'license': 'AGPL-3', 'installable': True, 'depends': [ 'web' ], - 'data': [ 'view.xml' ] + 'data': [ 'view.xml' ], + 'qweb': ['static/src/xml/qweb.xml'] }