knowledge/document_reindex/views/ir_attachment.xml
2015-05-05 16:26:46 +02:00

17 lines
680 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record id="view_attachment_form" model="ir.ui.view">
<field name="model">ir.attachment</field>
<field name="inherit_id" ref="base.view_attachment_form" />
<field name="arch" type="xml">
<sheet position="before">
<header>
<button type="object" name="document_reindex" string="Reindex document" attrs="{'invisible': [('datas', '=', False)]}" class="oe_highlight" groups="base.group_document_user" />
</header>
</sheet>
</field>
</record>
</data>
</openerp>