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.

32 lines
1.2 KiB

  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. 'ignore_search_model': True,
  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. <!--<record id="action_mails" model="ir.actions.act_window">-->
  18. <!--<field name="name">Mails</field>-->
  19. <!--<field name="res_model">mail.message</field>-->
  20. <!--<field name="context">{-->
  21. <!--'ignore_search_model': True,-->
  22. <!--}</field>-->
  23. <!--<field name="help" type="html">-->
  24. <!--<p>-->
  25. <!--Mails not found. Probably, they exist, but you don't have access.-->
  26. <!--</p>-->
  27. <!--</field>-->
  28. <!--</record>-->
  29. </data>
  30. </openerp>