trytond-account_bank/view/move_line_list.xml

22 lines
902 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='debit']" position="replace_attributes">
<field name="debit" sum="1"/>
</xpath>
<xpath expr="/tree/field[@name='credit']" position="replace_attributes">
<field name="credit" sum="1"/>
</xpath>
<xpath expr="/tree/button[@name='payment_block']" position="replace_attributes">
<button name="payment_block" tree_invisible="1"/>
</xpath>
<xpath expr="/tree/button[@name='payment_unblock']" position="replace_attributes">
<button name="payment_unblock" tree_invisible="1"/>
</xpath>
<xpath expr="/tree/field[@name='payment_type']" position="after">
<field name="bank_account"/>
<field name="payment_kind" optional="1"/>
</xpath>
</data>