mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 13:32:04 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
26
odoo-bringout-oca-ocb-web/web/views/speedscope_template.xml
Normal file
26
odoo-bringout-oca-ocb-web/web/views/speedscope_template.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="view_speedscope_index">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Speedscope for odoo</title>
|
||||
<script t-if="profile">window.location.hash="#profileURL=<t t-esc="url_root"/>web/content/ir.profile/<t t-esc="profile.id"/>/speedscope"</script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet"/>
|
||||
<link rel="stylesheet"
|
||||
t-attf-href="{{cdn}}reset.8c46b7a1.css"
|
||||
crossorigin="anonymous"
|
||||
integrity="sha256-mrA/937EwtEDE+8XZ/62tNz2T/BnCLth8QmWsWKpvD8="
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<script
|
||||
t-attf-src="{{cdn}}speedscope.026f36b0.js"
|
||||
crossorigin="anonymous"
|
||||
integrity="sha256-CvDqAOMjq0Sv/D59O5JSbzzXoClZ3rptt6ts8D/6CWw="
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue