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.

24 lines
1008 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_document_multiple_action_form" model="ir.ui.view">
  5. <field name="name">Document multiple action</field>
  6. <field name="model">document.multiple.action</field>
  7. <field name="arch" type="xml">
  8. <form string="Documents Export" version="7.0">
  9. <div>
  10. <p>
  11. <label string="If you click on 'Write again', the selected document which are stored in the database will be extracted into the filestore location."/>
  12. </p>
  13. </div>
  14. <footer>
  15. <button name="write_again" string="Extract documents" class="oe_highlight" type="object"/> or
  16. <button string="Cancel" class="oe_link" special="cancel"/>
  17. </footer>
  18. </form>
  19. </field>
  20. </record>
  21. </data>
  22. </openerp>