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.

29 lines
1.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record model="ir.ui.view" id="view_attach_mail_manually">
  5. <field name="name">fetchmail.attach.mail.manually</field>
  6. <field name="model">fetchmail.attach.mail.manually</field>
  7. <field name="arch" type="xml">
  8. <form col="4" version="7.0" string="Attach mail manually">
  9. <sheet>
  10. <group>
  11. <field name="folder_id" />
  12. <field name="mail_ids" nolabel="1" colspan="4">
  13. <tree editable="top" create="0">
  14. <field name="subject" />
  15. <field name="date" />
  16. <field name="object_id" />
  17. </tree>
  18. </field>
  19. </group>
  20. </sheet>
  21. <footer>
  22. <button string="Save" type="object" name="attach_mails" icon="gtk-ok" />
  23. <button special="cancel" string="Cancel" icon="gtk-cancel" />
  24. </footer>
  25. </form>
  26. </field>
  27. </record>
  28. </data>
  29. </openerp>