[ADD] theme 10.0

This commit is contained in:
Design
2021-05-11 15:49:42 +02:00
committed by Jeremy Kersten
commit dfcb89fc4a
3871 changed files with 155210 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Quote" id="s_quote">
<blockquote class="s_quote">
<i class="fa fa-quote-left fa-1x bg-beta"/>
<div class="blockquote-text">
<p>Write a quote here from one of your customers. Quotes are a great way to build confidence in your products or services.</p>
<img class="img img-circle" src="/web/image/theme_common.image_content_10" alt=""/>
<small>Author of this quote</small>
</div>
</blockquote>
</template>
</odoo>