mass_mailing/views/snippets/s_text_image.xml

24 lines
942 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_image" name="Text - Image">
<div class="s_text_image o_mail_snippet_general">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 o_cc pt16 pb16">
<h3>A unique value</h3>
<p style="text-align: justify;">The open source model of Odoo has allowed us to leverage thousands of developers and business experts to build hundreds of apps in just a few years.</p>
<div style="text-align: left;">
<a href="#" class="btn btn-link">Read More</a>
</div>
</div>
<div class="col-lg-6 px-0">
<img src="/web/image/mass_mailing.s_text_image_default_image" class="img w-100"/>
</div>
</div>
</div>
</div>
</template>
</odoo>