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
24 lines
1008 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="view_document_multiple_action_form" model="ir.ui.view">
|
|
<field name="name">Document multiple action</field>
|
|
<field name="model">document.multiple.action</field>
|
|
<field name="arch" type="xml">
|
|
<form string="Documents Export" version="7.0">
|
|
<div>
|
|
<p>
|
|
<label string="If you click on 'Write again', the selected document which are stored in the database will be extracted into the filestore location."/>
|
|
</p>
|
|
</div>
|
|
<footer>
|
|
<button name="write_again" string="Extract documents" class="oe_highlight" type="object"/> or
|
|
<button string="Cancel" class="oe_link" special="cancel"/>
|
|
</footer>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|