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.
 
 
 
 
 

10 lines
392 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- This XML file is used to define a record in Odoo. It sets the default logo for the main company. -->
<data noupdate="1">
<record id="main_company" model="mail.icon">
<field name="mail_icon" model="mail.icon"
eval="obj()._get_default_logo(original=True)"/>
</record>
</data>
</odoo>