read invoice-line, taxes

This commit is contained in:
Frederik Jaeckel 2025-01-10 17:25:05 +01:00
parent 5d68a2c2b4
commit 18103d8e80
4 changed files with 189 additions and 6 deletions

View file

@ -22,6 +22,18 @@ msgctxt "model:ir.message,text:msg_not_our_company"
msgid "The buyer party '%(partytxt)s' differs from the corporate party."
msgstr "Die Käuferpartei '%(partytxt)s' weicht von der Unternehmenspartei ab."
msgctxt "model:ir.message,text:msg_no_prodcat_configured"
msgid "There is no product category configured for XML import in Document-Incoming."
msgstr "Es ist in Document-Incoming keine Produktkategorie für den XML-Import kofiguriert."
msgctxt "model:ir.message,text:msg_no_prodcat_found"
msgid "No product category with a %(percent)s %% tax found."
msgstr "Keine Produktkategorie mit einer Steuer von %(percent)s %% gefunden."
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'."
###################################
# document.incoming.configuration #

View file

@ -18,6 +18,18 @@ msgctxt "model:ir.message,text:msg_not_our_company"
msgid "The buyer party '%(partytxt)s' differs from the corporate party."
msgstr "The buyer party '%(partytxt)s' differs from the corporate party."
msgctxt "model:ir.message,text:msg_no_prodcat_configured"
msgid "There is no product category configured for XML import in Document-Incoming."
msgstr "There is no product category configured for XML import in Document-Incoming."
msgctxt "model:ir.message,text:msg_no_prodcat_found"
msgid "No product category with a %(percent)s %% tax found."
msgstr "No product category with a %(percent)s %% tax found."
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 "field:document.incoming.configuration,create_supplier:"
msgid "Create Supplier Party"
msgstr "Create Supplier Party"