No tree view button

This commit is contained in:
Dmitrijs Ledkovs (credativ)
2012-02-16 15:22:47 +00:00
parent 9e16a21a6f
commit 12c64dc26a

View File

@@ -279,23 +279,11 @@
string="Select Invoices to Pay"
/>
</xpath>
<xpath expr="/form/group/button[@string='Make Payments']"
position="replace">
<button name="launch_wizard" states="open" string="Make Payments" type="object" icon="gtk-execute"/>
<newline/>
</xpath>
</field>
</record>
<record id="view_banking_payment_order_tree_1" model="ir.ui.view">
<field name="name">account.payment.order.tree.banking-1</field>
<field name="inherit_id" ref="account_payment.view_payment_order_tree" />
<field name="model">payment.order</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<button string="Make Payments" position="replace">
<xpath expr="/form/group/button[@string='Make Payments']" position="replace">
<button name="launch_wizard" states="open" string="Make Payments" type="object" icon="gtk-execute"/>
</button>
</xpath>
</field>
</record>