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.
22 lines
747 B
22 lines
747 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- template for Eco Food Best-seller-->
|
|
<template id="eco_food_best_seller" name="Best Seller Products">
|
|
<section class="best_seller">
|
|
<div class="container-fluid">
|
|
<div class="wrapper">
|
|
<div class="main_heading">
|
|
<h1>
|
|
Best seller
|
|
</h1>
|
|
<p>
|
|
Add best-selling products to weekly line up
|
|
</p>
|
|
</div>
|
|
<div class="best_seller_products">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|