odoo-tutorials/awesome_owl/views/templates.xml

16 lines
450 B
XML

<odoo>
<data>
<template id="awesome_owl.playground" name="Awesome T-Shirt thank you">
<html>
<head>
<link type="image/x-icon" rel="shortcut icon" href="/web/static/img/favicon.ico"/>
<t t-call-assets="awesome_owl.assets_playground"/>
</head>
<body>
</body>
</html>
</template>
</data>
</odoo>