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

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <openerp>
  3. <data>
  4. <record id="action_mails" model="ir.actions.client">
  5. <field name="name">Mails</field>
  6. <field name="tag">mail.chat.instant_messaging</field>
  7. <field name="res_model">mail.message</field>
  8. <field name="context">{
  9. 'active_id': 'channel_all'
  10. }</field>
  11. <field name="help" type="html">
  12. <p>
  13. Mails not found. Probably, they exist, but you don't have access.
  14. </p>
  15. </field>
  16. </record>
  17. </data>
  18. </openerp>