2024-05-03 12:40:35 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<odoo><data noupdate="1">
|
|
|
|
|
|
|
|
<record id="base.partner_root" model="res.partner">
|
2024-05-08 11:31:09 +03:00
|
|
|
<field name="name">TalismanBot</field>
|
2024-05-03 12:40:35 +03:00
|
|
|
<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>
|