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.
18 lines
624 B
18 lines
624 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<openerp>
|
|
<data>
|
|
<record id="action_mails" model="ir.actions.client">
|
|
<field name="name">Mails</field>
|
|
<field name="tag">mail.chat.instant_messaging</field>
|
|
<field name="res_model">mail.message</field>
|
|
<field name="context">{
|
|
'active_id': 'channel_all'
|
|
}</field>
|
|
<field name="help" type="html">
|
|
<p>
|
|
Mails not found. Probably, they exist, but you don't have access.
|
|
</p>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|