trytond-account_bank/view/move_line_list.xml
Sergi Almacellas Abellana 52bb75e13e Merge account_payment_bank functionality
account_bank originally did not depend on the account_payment module, but
since version 4.1 the account_payment_type depends on the account_payment
module, and hence the account_bank indirectly depends on it. We now make
this dependency explicit and deprecate the account_payment_bank functionality
2016-11-17 12:48:35 +01:00

11 lines
437 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="Total Debit"/>
</xpath>
<xpath expr="/tree/field[@name='credit']" position="replace_attributes">
<field name="credit" sum="Total Credit"/>
</xpath>
</data>