Tryton 7.0: list-views - sum="1"

This commit is contained in:
Frederik Jaeckel 2023-11-30 13:19:09 +01:00
parent 7062399319
commit cf92b2d7b5
6 changed files with 6 additions and 30 deletions

View file

@ -4,6 +4,6 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree keyword_open="1">
<field name="rec_name" expand="1"/>
<field name="balance" sum="Balance" symbol="currency"/>
<field name="balance" sum="1" symbol="currency"/>
<field name="state"/>
</tree>

View file

@ -9,8 +9,8 @@ full copyright notices and license terms. -->
<field name="payee"/>
<field name="category_view"/>
<field name="descr_short" expand="1"/>
<field name="credit" sum="Credit"/>
<field name="debit" sum="Debit"/>
<field name="credit" sum="1"/>
<field name="debit" sum="1"/>
<field name="balance"/>
<field name="state"/>
<button name="wfcheck"/>

View file

@ -9,8 +9,8 @@ full copyright notices and license terms. -->
<field name="payee"/>
<field name="category_view"/>
<field name="descr_short" expand="1"/>
<field name="credit" sum="Credit"/>
<field name="debit" sum="Debit"/>
<field name="credit" sum="1"/>
<field name="debit" sum="1"/>
<field name="state"/>
<button name="wfrecon"/>
</tree>

View file

@ -9,6 +9,6 @@ full copyright notices and license terms. -->
<field name="category"/>
<field name="booktransf"/>
<field name="description" expand="1"/>
<field name="amount" sum="Amount" symbol="currency"/>
<field name="amount" sum="1" symbol="currency"/>
<field name="amount_2nd_currency" symbol="currency2nd"/>
</tree>