Tryton 7.0: list-views - sum="1"
This commit is contained in:
parent
7062399319
commit
cf92b2d7b5
6 changed files with 6 additions and 30 deletions
12
locale/de.po
12
locale/de.po
|
@ -450,10 +450,6 @@ msgctxt "view:cashbook.book:"
|
||||||
msgid "Amount and Numbering"
|
msgid "Amount and Numbering"
|
||||||
msgstr "Betrag und Nummerierung"
|
msgstr "Betrag und Nummerierung"
|
||||||
|
|
||||||
msgctxt "view:cashbook.book:"
|
|
||||||
msgid "Balance"
|
|
||||||
msgstr "Saldo"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.book:"
|
msgctxt "view:cashbook.book:"
|
||||||
msgid "Reconciliations"
|
msgid "Reconciliations"
|
||||||
msgstr "Abstimmungen"
|
msgstr "Abstimmungen"
|
||||||
|
@ -774,14 +770,6 @@ msgctxt "model:cashbook.line,name:"
|
||||||
msgid "Cashbook Line"
|
msgid "Cashbook Line"
|
||||||
msgstr "Kassenbuchzeile"
|
msgstr "Kassenbuchzeile"
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
|
||||||
msgid "Credit"
|
|
||||||
msgstr "Einnahme"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
|
||||||
msgid "Debit"
|
|
||||||
msgstr "Ausgabe"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
msgctxt "view:cashbook.line:"
|
||||||
msgid "Cashbook Line"
|
msgid "Cashbook Line"
|
||||||
msgstr "Kassenbuchzeile"
|
msgstr "Kassenbuchzeile"
|
||||||
|
|
12
locale/en.po
12
locale/en.po
|
@ -414,10 +414,6 @@ msgctxt "view:cashbook.book:"
|
||||||
msgid "Amount and Numbering"
|
msgid "Amount and Numbering"
|
||||||
msgstr "Amount and Numbering"
|
msgstr "Amount and Numbering"
|
||||||
|
|
||||||
msgctxt "view:cashbook.book:"
|
|
||||||
msgid "Balance"
|
|
||||||
msgstr "Balance"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.book:"
|
msgctxt "view:cashbook.book:"
|
||||||
msgid "Reconciliations"
|
msgid "Reconciliations"
|
||||||
msgstr "Reconciliations"
|
msgstr "Reconciliations"
|
||||||
|
@ -730,14 +726,6 @@ msgctxt "model:cashbook.line,name:"
|
||||||
msgid "Cashbook Line"
|
msgid "Cashbook Line"
|
||||||
msgstr "Cashbook Line"
|
msgstr "Cashbook Line"
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
|
||||||
msgid "Credit"
|
|
||||||
msgstr "Credit"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
|
||||||
msgid "Debit"
|
|
||||||
msgstr "Debit"
|
|
||||||
|
|
||||||
msgctxt "view:cashbook.line:"
|
msgctxt "view:cashbook.line:"
|
||||||
msgid "Cashbook Line"
|
msgid "Cashbook Line"
|
||||||
msgstr "Cashbook Line"
|
msgstr "Cashbook Line"
|
||||||
|
|
|
@ -4,6 +4,6 @@ The COPYRIGHT file at the top level of this repository contains the
|
||||||
full copyright notices and license terms. -->
|
full copyright notices and license terms. -->
|
||||||
<tree keyword_open="1">
|
<tree keyword_open="1">
|
||||||
<field name="rec_name" expand="1"/>
|
<field name="rec_name" expand="1"/>
|
||||||
<field name="balance" sum="Balance" symbol="currency"/>
|
<field name="balance" sum="1" symbol="currency"/>
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
|
@ -9,8 +9,8 @@ full copyright notices and license terms. -->
|
||||||
<field name="payee"/>
|
<field name="payee"/>
|
||||||
<field name="category_view"/>
|
<field name="category_view"/>
|
||||||
<field name="descr_short" expand="1"/>
|
<field name="descr_short" expand="1"/>
|
||||||
<field name="credit" sum="Credit"/>
|
<field name="credit" sum="1"/>
|
||||||
<field name="debit" sum="Debit"/>
|
<field name="debit" sum="1"/>
|
||||||
<field name="balance"/>
|
<field name="balance"/>
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
<button name="wfcheck"/>
|
<button name="wfcheck"/>
|
||||||
|
|
|
@ -9,8 +9,8 @@ full copyright notices and license terms. -->
|
||||||
<field name="payee"/>
|
<field name="payee"/>
|
||||||
<field name="category_view"/>
|
<field name="category_view"/>
|
||||||
<field name="descr_short" expand="1"/>
|
<field name="descr_short" expand="1"/>
|
||||||
<field name="credit" sum="Credit"/>
|
<field name="credit" sum="1"/>
|
||||||
<field name="debit" sum="Debit"/>
|
<field name="debit" sum="1"/>
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
<button name="wfrecon"/>
|
<button name="wfrecon"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
|
@ -9,6 +9,6 @@ full copyright notices and license terms. -->
|
||||||
<field name="category"/>
|
<field name="category"/>
|
||||||
<field name="booktransf"/>
|
<field name="booktransf"/>
|
||||||
<field name="description" expand="1"/>
|
<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"/>
|
<field name="amount_2nd_currency" symbol="currency2nd"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
Loading…
Reference in a new issue