generate zugferd-pdf

This commit is contained in:
Frederik Jaeckel 2024-12-06 14:04:35 +01:00
parent 695e60dea8
commit fafcbe799d
5 changed files with 171 additions and 29 deletions

View file

@ -3,6 +3,22 @@ msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
##############
# ir.message #
##############
msgctxt "model:ir.message,text:msg_invoice_must_posted"
msgid "Invoice '%(invname)s' must be posted."
msgstr "Rechnung '%(invname)s' muß festgeschrieben sein."
msgctxt "model:ir.message,text:msg_no_report_found"
msgid "No report found for invoices in PDF format."
msgstr "Kein Report für Rechnungen im PDF-Format gefunden."
msgctxt "model:ir.message,text:msg_invalid_cachecontent"
msgid "No PDF has yet been generated for the invoice '%(invoice_name)s' or the saved document has an incorrect format."
msgstr "Für die Rechnung '%(invoice_name)s' wurde noch keine PDF erzeugt oder das gespeicherte Dokument hat ein falsches Format."
#############
# ir.action #
#############

View file

@ -2,6 +2,18 @@
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "model:ir.message,text:msg_invoice_must_posted"
msgid "Invoice '%(invname)s' must be posted."
msgstr "Invoice '%(invname)s' must be posted."
msgctxt "model:ir.message,text:msg_no_report_found"
msgid "No report found for invoices in PDF format."
msgstr "No report found for invoices in PDF format."
msgctxt "model:ir.message,text:msg_invalid_cachecontent"
msgid "No PDF has yet been generated for the invoice '%(invoice_name)s' or the saved document has an incorrect format."
msgstr "No PDF has yet been generated for the invoice '%(invoice_name)s' or the saved document has an incorrect format."
msgctxt "model:ir.action,name:act_wizard_report"
msgid "eDocument Export"
msgstr "eDocument Export"