mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 09:12:01 +02:00
14 lines
464 B
XML
14 lines
464 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo><data noupdate="1">
|
|
|
|
<record id="base.partner_root" model="res.partner">
|
|
<field name="name">OdooBot</field>
|
|
<field name="image_1920" type="base64" file="mail/static/src/img/odoobot.png"/>
|
|
</record>
|
|
|
|
<!-- user root should not receive emails at creation -->
|
|
<record id="base.user_root" model="res.users">
|
|
<field name="notification_type">inbox</field>
|
|
</record>
|
|
|
|
</data></odoo>
|