Fix qweb include path

The module tries to include qweb template from 'static/src/web', but the file is actually in 'static/src/xml'
This commit is contained in:
JonathanStein
2022-10-26 11:27:10 +02:00
committed by GitHub
parent 1a648e31c4
commit 75bd8553b8

View File

@@ -11,7 +11,7 @@
'version': '12.0.1.0.1',
'depends': ['web'],
'qweb': [
'static/src/web/base.xml',
'static/src/xml/base.xml',
],
'installable': True,
}