Initial commit: Mail packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:51 +02:00
commit 4e53507711
1948 changed files with 751201 additions and 0 deletions

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_features" name="Features">
<div class="s_features o_mail_snippet_general">
<div class="container">
<div class="row">
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-gear bg-primary" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>First Feature</h3>
<p>Tell what's the value for the customer for this feature.</p>
</div>
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-photo bg-o-color-5" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>Second Feature</h3>
<p>Write what the customer would like to know, not what you want to show.</p>
</div>
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-leaf bg-secondary" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>Third Feature</h3>
<p>A small explanation of this great feature, in clear words.</p>
</div>
</div>
</div>
</div>
</template>
</odoo>