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.
14 lines
457 B
14 lines
457 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="banner" name="Banner">
|
|
<section class="banner_section_body">
|
|
<div class="container">
|
|
<div class="alert alert-info">
|
|
<h4>Your Banner Tab snippet will be displayed here...
|
|
Please save to view the snippet
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|