mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add set system icon
This commit is contained in:
9
app_odoo_customize/data/res_company_data.xml
Normal file
9
app_odoo_customize/data/res_company_data.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data noupdate="0">
|
||||
<record id="base.main_company" model="res.company">
|
||||
<field name="favicon_backend_mimetype">image/png</field>
|
||||
<field name="image" type="base64" file="app_odoo_customize/static/src/img/icon76red.png"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user