This commit is contained in:
Sergi Almacellas Abellana 2017-03-06 15:44:05 +01:00
parent bed6546190
commit b0577c01fb
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ msgid "Unpayed"
msgstr "Sense pagar"
msgctxt "help:party.party,draft_invoices_amount:"
msgid "Total amout of invoices to be posted."
msgid "Total amount of invoices to be posted."
msgstr "Import total de les factures pendents de comptabilitzar."
msgctxt "help:party.party,pending_amount:"

View File

@ -27,8 +27,8 @@ msgid "Unpayed"
msgstr "Sin pagar"
msgctxt "help:party.party,draft_invoices_amount:"
msgid "Total amout of invoices to be posted."
msgstr ""
msgid "Total amount of invoices to be posted."
msgstr "Importe total de las facturas pendientes de contabilitzar."
msgctxt "help:party.party,pending_amount:"
msgid "Amount to be due in the future."

View File

@ -29,7 +29,7 @@ class Party:
draft_invoices_amount = fields.Function(fields.Numeric(
'Draft invoices', digits=(16, Eval('currency_digits', 2)),
depends=['currency_digits'],
help="Total amout of invoices to be posted."),
help="Total amount of invoices to be posted."),
'get_draft_invoices_amount')
uninvoiced_amount = fields.Function(fields.Numeric('Uninvoiced',
digits=(16, Eval('currency_digits', 2)),