[FIX]Web widget phone needs the template into manifest

This commit is contained in:
Fabien BOURGEOIS 2017-05-01 22:13:04 +02:00
parent d2a07a151d
commit 555fe2c375
1 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,6 @@
'license': 'AGPL-3',
'installable': True,
'depends': [ 'web' ],
'data': [ 'view.xml' ]
'data': [ 'view.xml' ],
'qweb': ['static/src/xml/qweb.xml']
}