3
0
Fork 0

Fix qweb include path

The module tries to include qweb template from 'static/src/web', but the file is actually in 'static/src/xml'
12.0
JonathanStein 2022-10-26 11:27:10 +02:00 committed by GitHub
parent 1a648e31c4
commit 75bd8553b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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