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