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
771 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- starting template for eco food new arrival template-->
<template id="eco_food_new_arrival" name="New Arrivals">
<section class="new_arrivals oe_structure">
<div class="container-fluid">
<div class="wrapper">
<div class="main_heading">
<h1>
New arrivals
</h1>
<p>
Add new arrived products to weekly line up
</p>
</div>
<div class="new_arrival_products">
</div>
</div>
</div>
</section>
</template>
</odoo>