16 lines
488 B
XML
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> |