mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
@@ -429,6 +429,8 @@ App.components = { TabbedEditor };
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
async function start() {
|
async function start() {
|
||||||
document.title = `${document.title} (v${owl.__info__.version})`;
|
document.title = `${document.title} (v${owl.__info__.version})`;
|
||||||
|
const commit = `https://github.com/odoo/owl/commit/${owl.__info__.hash}`;
|
||||||
|
console.info(`This application is using Owl built with the following commit:`, commit);
|
||||||
const [templates] = await Promise.all([
|
const [templates] = await Promise.all([
|
||||||
owl.utils.loadFile("templates.xml"),
|
owl.utils.loadFile("templates.xml"),
|
||||||
owl.utils.whenReady()
|
owl.utils.whenReady()
|
||||||
|
|||||||
Reference in New Issue
Block a user