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.

28 lines
1.2 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="type">form</field>
  8. <field name="arch" type="xml">
  9. <form col="4" version="7.0" string="Attach mail manually">
  10. <group>
  11. <field name="folder_id" />
  12. <field name="mail_ids" nolabel="1" colspan="4">
  13. <tree editable="top">
  14. <field name="subject" />
  15. <field name="date" />
  16. <field name="object_id" />
  17. </tree>
  18. </field>
  19. <label string="" />
  20. <label string="" />
  21. <button special="cancel" string="Cancel" icon="gtk-cancel" />
  22. <button string="Save" type="object" name="attach_mails" icon="gtk-ok" />
  23. </group>
  24. </form>
  25. </field>
  26. </record>
  27. </data>
  28. </openerp>