mirror of https://github.com/OCA/web.git
Fix qweb include path
The module tries to include qweb template from 'static/src/web', but the file is actually in 'static/src/xml'pull/2324/head
parent
1a648e31c4
commit
75bd8553b8
|
@ -11,7 +11,7 @@
|
||||||
'version': '12.0.1.0.1',
|
'version': '12.0.1.0.1',
|
||||||
'depends': ['web'],
|
'depends': ['web'],
|
||||||
'qweb': [
|
'qweb': [
|
||||||
'static/src/web/base.xml',
|
'static/src/xml/base.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue