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.
15 lines
600 B
15 lines
600 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index_product" inherit_id="website.snippets"
|
|
name="Index_Product">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_diva.diva_index_main_product"
|
|
t-thumbnail="/theme_diva/static/src/images/snippets/index-1/main_product.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="diva_index_main_product" name="Index Product">
|
|
<section class="main_product">
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|