Merge PR #224 into 13.0

Signed-off-by gurneyalex
This commit is contained in:
OCA-git-bot
2020-09-21 07:45:40 +00:00

View File

@@ -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"),