mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 09:32:22 +00:00
16 lines
450 B
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>
|