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.
 
 
 
 
 

13 lines
503 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!--Contactus banner in the website-->
<data noupdate="1">
<record id="cts_theme_perfume.perfume_banner_default_image"
model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">perfume_banner_default_image.jpg</field>
<field name="type">url</field>
<field name="url">/cts_theme_perfume/static/src/img/Perfume.jpg</field>
</record>
</data>
</odoo>