imp: rename library into owl

This commit is contained in:
Géry Debongnie
2019-03-27 15:26:20 +01:00
parent e53287b52e
commit 80e2124cbf
11 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ async function makeEnv() {
}
let templates = await result.text();
templates = templates.replace(/<!--[\s\S]*?-->/g, "");
const qweb = new odoo.core.QWeb();
const qweb = new owl.core.QWeb();
qweb.loadTemplates(templates);
return {
qweb,