Files
Odoo-Tutorial/awesome_owl/views/templates.xml
T
2025-02-22 10:32:13 +07:00

16 lines
488 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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>