You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
393 B
18 lines
393 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<template id="digest_layout_preview" name="Mail digest layout preview">
|
|
<style>
|
|
#digest_layout_wrapper {
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
border: 1px dashed #ddd;
|
|
padding: 4em;
|
|
}
|
|
</style>
|
|
<div id="digest_layout_wrapper">
|
|
<t t-raw="digest_html" />
|
|
</div>
|
|
</template>
|
|
|
|
</odoo>
|