mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
@@ -65,6 +65,7 @@ class PrintingJob(models.Model):
|
|||||||
("none", "No reason"),
|
("none", "No reason"),
|
||||||
("aborted-by-system", "Aborted by the system"),
|
("aborted-by-system", "Aborted by the system"),
|
||||||
("compression-error", "Error in the compressed data"),
|
("compression-error", "Error in the compressed data"),
|
||||||
|
("cups-filter-crashed", "CUPS filter crashed"),
|
||||||
("document-access-error", "The URI cannot be accessed"),
|
("document-access-error", "The URI cannot be accessed"),
|
||||||
("document-format-error", "Error in the document"),
|
("document-format-error", "Error in the document"),
|
||||||
("job-canceled-at-device", "Cancelled at the device"),
|
("job-canceled-at-device", "Cancelled at the device"),
|
||||||
@@ -72,7 +73,7 @@ class PrintingJob(models.Model):
|
|||||||
("job-canceled-by-user", "Cancelled by the user"),
|
("job-canceled-by-user", "Cancelled by the user"),
|
||||||
("job-completed-successfully", "Completed successfully"),
|
("job-completed-successfully", "Completed successfully"),
|
||||||
("job-completed-with-errors", "Completed with some errors"),
|
("job-completed-with-errors", "Completed with some errors"),
|
||||||
("job-completed(with-warnings", "Completed with some warnings"),
|
("job-completed-with-warnings", "Completed with some warnings"),
|
||||||
("job-data-insufficient", "No data has been received"),
|
("job-data-insufficient", "No data has been received"),
|
||||||
("job-hold-until-specified", "Currently held"),
|
("job-hold-until-specified", "Currently held"),
|
||||||
("job-incoming", "Files are currently being received"),
|
("job-incoming", "Files are currently being received"),
|
||||||
|
|||||||
Reference in New Issue
Block a user