mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: rename library into owl
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user