forked from Techsystech/web
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
parent
1a648e31c4
commit
75bd8553b8
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue