line: import taxes, notes

This commit is contained in:
Frederik Jaeckel 2025-01-15 16:26:01 +01:00
parent 18103d8e80
commit 174887f87e
4 changed files with 103 additions and 25 deletions

View file

@ -34,6 +34,18 @@ msgctxt "model:ir.message,text:msg_numtaxes_invalid"
msgid "Invalid number of taxes in line %(descr)s: wanted='%(taxin)s', found='%(taxout)s'."
msgstr "Ungültige Anzahl Steuern in Zeile %(descr)s: gesucht='%(taxin)s', gefunden='%(taxout)s'."
msgctxt "model:ir.message,text:msg_line_amount_invalid"
msgid "The calculated sum '%(calcsum)s' of the line '%(linetxt)s' differs from the value '%(xmlsum)s' from the XML data."
msgstr "Die berechnete Summe '%(calcsum)s' der Zeile '%(linetxt)s' weicht vom Wert '%(xmlsum)s' aus den XML-Daten ab."
msgctxt "model:ir.message,text:msg_convert_note"
msgid "The following XML data has not been imported:"
msgstr "Folgende XML-Daten wurden nicht importiert:"
msgctxt "model:ir.message,text:msg_unused_linevalues"
msgid "The following data was not used to generate the invoice line:"
msgstr "Die folgenden Daten wurden für die Erzeugung der Rechnungszeile nicht verwendet:"
###################################
# document.incoming.configuration #

View file

@ -30,6 +30,18 @@ msgctxt "model:ir.message,text:msg_numtaxes_invalid"
msgid "Invalid number of taxes in line %(descr)s: wanted='%(taxin)s', found='%(taxout)s'."
msgstr "Invalid number of taxes in line %(descr)s: wanted='%(taxin)s', found='%(taxout)s'."
msgctxt "model:ir.message,text:msg_line_amount_invalid"
msgid "The calculated sum '%(calcsum)s' of the line '%(linetxt)s' differs from the value '%(xmlsum)s' from the XML data."
msgstr "The calculated sum '%(calcsum)s' of the line '%(linetxt)s' differs from the value '%(xmlsum)s' from the XML data."
msgctxt "model:ir.message,text:msg_convert_note"
msgid "The following XML data has not been imported:"
msgstr "The following XML data has not been imported:"
msgctxt "model:ir.message,text:msg_unused_linevalues"
msgid "The following data was not used to generate the invoice line:"
msgstr "The following data was not used to generate the invoice line:"
msgctxt "field:document.incoming.configuration,create_supplier:"
msgid "Create Supplier Party"
msgstr "Create Supplier Party"