odoo-addon-base-report-to-printer 16.0.1.1.8.2__py3-none-any.whl → 16.0.1.2.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-base-report-to-printer might be problematic. Click here for more details.

Files changed (42) hide show
  1. odoo/addons/base_report_to_printer/README.rst +13 -1
  2. odoo/addons/base_report_to_printer/__manifest__.py +2 -1
  3. odoo/addons/base_report_to_printer/i18n/am.po +25 -2
  4. odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot +25 -2
  5. odoo/addons/base_report_to_printer/i18n/bg.po +25 -2
  6. odoo/addons/base_report_to_printer/i18n/ca.po +25 -2
  7. odoo/addons/base_report_to_printer/i18n/de.po +25 -2
  8. odoo/addons/base_report_to_printer/i18n/el_GR.po +25 -2
  9. odoo/addons/base_report_to_printer/i18n/es.po +28 -5
  10. odoo/addons/base_report_to_printer/i18n/es_AR.po +25 -2
  11. odoo/addons/base_report_to_printer/i18n/es_ES.po +25 -2
  12. odoo/addons/base_report_to_printer/i18n/fi.po +25 -2
  13. odoo/addons/base_report_to_printer/i18n/fr.po +26 -7
  14. odoo/addons/base_report_to_printer/i18n/gl.po +25 -2
  15. odoo/addons/base_report_to_printer/i18n/hr.po +25 -2
  16. odoo/addons/base_report_to_printer/i18n/hr_HR.po +25 -2
  17. odoo/addons/base_report_to_printer/i18n/it.po +32 -4
  18. odoo/addons/base_report_to_printer/i18n/nl.po +25 -2
  19. odoo/addons/base_report_to_printer/i18n/nl_NL.po +25 -2
  20. odoo/addons/base_report_to_printer/i18n/pt.po +25 -2
  21. odoo/addons/base_report_to_printer/i18n/pt_BR.po +25 -2
  22. odoo/addons/base_report_to_printer/i18n/pt_PT.po +25 -2
  23. odoo/addons/base_report_to_printer/i18n/sl.po +25 -2
  24. odoo/addons/base_report_to_printer/i18n/sv.po +25 -2
  25. odoo/addons/base_report_to_printer/i18n/tr.po +25 -2
  26. odoo/addons/base_report_to_printer/i18n/zh_CN.po +25 -2
  27. odoo/addons/base_report_to_printer/models/ir_actions_report.py +32 -1
  28. odoo/addons/base_report_to_printer/models/printing_printer.py +10 -2
  29. odoo/addons/base_report_to_printer/models/printing_server.py +6 -0
  30. odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst +5 -0
  31. odoo/addons/base_report_to_printer/readme/ROADMAP.rst +3 -0
  32. odoo/addons/base_report_to_printer/security/ir.model.access.csv +2 -0
  33. odoo/addons/base_report_to_printer/static/description/index.html +31 -17
  34. odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js +57 -19
  35. odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py +17 -0
  36. odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py +4 -3
  37. odoo/addons/base_report_to_printer/views/printing_printer.xml +1 -0
  38. odoo/addons/base_report_to_printer/views/printing_server.xml +1 -0
  39. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/METADATA +14 -2
  40. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/RECORD +42 -40
  41. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/WHEEL +0 -0
  42. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Report to printer
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:9d9b0362fdecf578e230c992110f6a674fe46b63b185f38b5c180e2ea86c8cb5
10
+ !! source digest: sha256:b6075c1e1dd7cdecda74534f415e34eff210a7eb45270a9f9b086cb2c06563b1
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -106,6 +106,13 @@ Guidelines for use:
106
106
  When no tray is configured for a report and a user, the
107
107
  default tray setup on the CUPS server is used.
108
108
 
109
+ Known issues / Roadmap
110
+ ======================
111
+
112
+ - With threaded printing there's no download fallback when the issue isn't detected by
113
+ the CUPS Odoo backend. To able to do it, we would need to notify the bus or use
114
+ web_notify for it.
115
+
109
116
  Changelog
110
117
  =========
111
118
 
@@ -163,6 +170,11 @@ Contributors
163
170
  * Akim Juillerat <akim.juillerat@camptocamp.com>
164
171
  * Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
165
172
 
173
+ * `Tecnativa <https://www.tecnativa.com>`_:
174
+
175
+ * Sergio Teruel
176
+ * David Vidal
177
+
166
178
  Maintainers
167
179
  ~~~~~~~~~~~
168
180
 
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "Report to printer",
10
- "version": "16.0.1.1.8",
10
+ "version": "16.0.1.2.0",
11
11
  "category": "Generic Modules/Base",
12
12
  "author": "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
13
13
  " LasLabs, Camptocamp, Odoo Community Association (OCA),"
@@ -18,6 +18,7 @@
18
18
  "data": [
19
19
  "data/printing_data.xml",
20
20
  "security/security.xml",
21
+ "security/ir.model.access.csv",
21
22
  "views/printing_printer.xml",
22
23
  "views/printing_server.xml",
23
24
  "views/printing_job.xml",
@@ -176,7 +176,7 @@ msgstr ""
176
176
  #. odoo-javascript
177
177
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
178
178
  #, python-format
179
- msgid "Could not send to printer!"
179
+ msgid "Could not sent to printer!"
180
180
  msgstr ""
181
181
 
182
182
  #. module: base_report_to_printer
@@ -396,6 +396,13 @@ msgstr ""
396
396
  msgid "If checked, this server is useable."
397
397
  msgstr ""
398
398
 
399
+ #. module: base_report_to_printer
400
+ #. odoo-javascript
401
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
402
+ #, python-format
403
+ msgid "Issue on"
404
+ msgstr ""
405
+
399
406
  #. module: base_report_to_printer
400
407
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
401
408
  msgid "Job"
@@ -481,6 +488,12 @@ msgstr ""
481
488
  msgid "Model"
482
489
  msgstr ""
483
490
 
491
+ #. module: base_report_to_printer
492
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
493
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
494
+ msgid "Multi Thread"
495
+ msgstr ""
496
+
484
497
  #. module: base_report_to_printer
485
498
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
486
499
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -564,8 +577,11 @@ msgid "Port of the server."
564
577
  msgstr ""
565
578
 
566
579
  #. module: base_report_to_printer
580
+ #. odoo-javascript
581
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
567
582
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
568
583
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
584
+ #, python-format
569
585
  msgid "Print"
570
586
  msgstr ""
571
587
 
@@ -845,7 +861,7 @@ msgstr ""
845
861
  #. odoo-javascript
846
862
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
847
863
  #, python-format
848
- msgid "The printer couldn't be reached. Downloading document instead"
864
+ msgid "The report"
849
865
  msgstr ""
850
866
 
851
867
  #. module: base_report_to_printer
@@ -947,6 +963,13 @@ msgstr ""
947
963
  msgid "Wizard"
948
964
  msgstr ""
949
965
 
966
+ #. module: base_report_to_printer
967
+ #. odoo-javascript
968
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
969
+ #, python-format
970
+ msgid "couldn't be printed. Click on the button below to download it"
971
+ msgstr ""
972
+
950
973
  #. module: base_report_to_printer
951
974
  #. odoo-python
952
975
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -171,7 +171,7 @@ msgstr ""
171
171
  #. odoo-javascript
172
172
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
173
173
  #, python-format
174
- msgid "Could not send to printer!"
174
+ msgid "Could not sent to printer!"
175
175
  msgstr ""
176
176
 
177
177
  #. module: base_report_to_printer
@@ -391,6 +391,13 @@ msgstr ""
391
391
  msgid "If checked, this server is useable."
392
392
  msgstr ""
393
393
 
394
+ #. module: base_report_to_printer
395
+ #. odoo-javascript
396
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
397
+ #, python-format
398
+ msgid "Issue on"
399
+ msgstr ""
400
+
394
401
  #. module: base_report_to_printer
395
402
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
396
403
  msgid "Job"
@@ -476,6 +483,12 @@ msgstr ""
476
483
  msgid "Model"
477
484
  msgstr ""
478
485
 
486
+ #. module: base_report_to_printer
487
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
488
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
489
+ msgid "Multi Thread"
490
+ msgstr ""
491
+
479
492
  #. module: base_report_to_printer
480
493
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
481
494
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -559,8 +572,11 @@ msgid "Port of the server."
559
572
  msgstr ""
560
573
 
561
574
  #. module: base_report_to_printer
575
+ #. odoo-javascript
576
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
562
577
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
563
578
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
579
+ #, python-format
564
580
  msgid "Print"
565
581
  msgstr ""
566
582
 
@@ -840,7 +856,7 @@ msgstr ""
840
856
  #. odoo-javascript
841
857
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
842
858
  #, python-format
843
- msgid "The printer couldn't be reached. Downloading document instead"
859
+ msgid "The report"
844
860
  msgstr ""
845
861
 
846
862
  #. module: base_report_to_printer
@@ -943,6 +959,13 @@ msgstr ""
943
959
  msgid "Wizard"
944
960
  msgstr ""
945
961
 
962
+ #. module: base_report_to_printer
963
+ #. odoo-javascript
964
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
965
+ #, python-format
966
+ msgid "couldn't be printed. Click on the button below to download it"
967
+ msgstr ""
968
+
946
969
  #. module: base_report_to_printer
947
970
  #. odoo-python
948
971
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -176,7 +176,7 @@ msgstr ""
176
176
  #. odoo-javascript
177
177
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
178
178
  #, python-format
179
- msgid "Could not send to printer!"
179
+ msgid "Could not sent to printer!"
180
180
  msgstr ""
181
181
 
182
182
  #. module: base_report_to_printer
@@ -396,6 +396,13 @@ msgstr ""
396
396
  msgid "If checked, this server is useable."
397
397
  msgstr ""
398
398
 
399
+ #. module: base_report_to_printer
400
+ #. odoo-javascript
401
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
402
+ #, python-format
403
+ msgid "Issue on"
404
+ msgstr ""
405
+
399
406
  #. module: base_report_to_printer
400
407
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
401
408
  msgid "Job"
@@ -481,6 +488,12 @@ msgstr ""
481
488
  msgid "Model"
482
489
  msgstr ""
483
490
 
491
+ #. module: base_report_to_printer
492
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
493
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
494
+ msgid "Multi Thread"
495
+ msgstr ""
496
+
484
497
  #. module: base_report_to_printer
485
498
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
486
499
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -564,8 +577,11 @@ msgid "Port of the server."
564
577
  msgstr ""
565
578
 
566
579
  #. module: base_report_to_printer
580
+ #. odoo-javascript
581
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
567
582
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
568
583
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
584
+ #, python-format
569
585
  msgid "Print"
570
586
  msgstr ""
571
587
 
@@ -845,7 +861,7 @@ msgstr ""
845
861
  #. odoo-javascript
846
862
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
847
863
  #, python-format
848
- msgid "The printer couldn't be reached. Downloading document instead"
864
+ msgid "The report"
849
865
  msgstr ""
850
866
 
851
867
  #. module: base_report_to_printer
@@ -947,6 +963,13 @@ msgstr ""
947
963
  msgid "Wizard"
948
964
  msgstr ""
949
965
 
966
+ #. module: base_report_to_printer
967
+ #. odoo-javascript
968
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
969
+ #, python-format
970
+ msgid "couldn't be printed. Click on the button below to download it"
971
+ msgstr ""
972
+
950
973
  #. module: base_report_to_printer
951
974
  #. odoo-python
952
975
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -176,7 +176,7 @@ msgstr ""
176
176
  #. odoo-javascript
177
177
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
178
178
  #, python-format
179
- msgid "Could not send to printer!"
179
+ msgid "Could not sent to printer!"
180
180
  msgstr ""
181
181
 
182
182
  #. module: base_report_to_printer
@@ -396,6 +396,13 @@ msgstr ""
396
396
  msgid "If checked, this server is useable."
397
397
  msgstr ""
398
398
 
399
+ #. module: base_report_to_printer
400
+ #. odoo-javascript
401
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
402
+ #, python-format
403
+ msgid "Issue on"
404
+ msgstr ""
405
+
399
406
  #. module: base_report_to_printer
400
407
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
401
408
  msgid "Job"
@@ -481,6 +488,12 @@ msgstr ""
481
488
  msgid "Model"
482
489
  msgstr ""
483
490
 
491
+ #. module: base_report_to_printer
492
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
493
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
494
+ msgid "Multi Thread"
495
+ msgstr ""
496
+
484
497
  #. module: base_report_to_printer
485
498
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
486
499
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -564,8 +577,11 @@ msgid "Port of the server."
564
577
  msgstr ""
565
578
 
566
579
  #. module: base_report_to_printer
580
+ #. odoo-javascript
581
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
567
582
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
568
583
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
584
+ #, python-format
569
585
  msgid "Print"
570
586
  msgstr ""
571
587
 
@@ -845,7 +861,7 @@ msgstr ""
845
861
  #. odoo-javascript
846
862
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
847
863
  #, python-format
848
- msgid "The printer couldn't be reached. Downloading document instead"
864
+ msgid "The report"
849
865
  msgstr ""
850
866
 
851
867
  #. module: base_report_to_printer
@@ -947,6 +963,13 @@ msgstr ""
947
963
  msgid "Wizard"
948
964
  msgstr ""
949
965
 
966
+ #. module: base_report_to_printer
967
+ #. odoo-javascript
968
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
969
+ #, python-format
970
+ msgid "couldn't be printed. Click on the button below to download it"
971
+ msgstr ""
972
+
950
973
  #. module: base_report_to_printer
951
974
  #. odoo-python
952
975
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -177,7 +177,7 @@ msgstr ""
177
177
  #. odoo-javascript
178
178
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
179
179
  #, python-format
180
- msgid "Could not send to printer!"
180
+ msgid "Could not sent to printer!"
181
181
  msgstr ""
182
182
 
183
183
  #. module: base_report_to_printer
@@ -397,6 +397,13 @@ msgstr "IP-Adresse oder Hostname des Servers"
397
397
  msgid "If checked, this server is useable."
398
398
  msgstr "Wenn angehakt ist dieser Server verwendbar."
399
399
 
400
+ #. module: base_report_to_printer
401
+ #. odoo-javascript
402
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
403
+ #, python-format
404
+ msgid "Issue on"
405
+ msgstr ""
406
+
400
407
  #. module: base_report_to_printer
401
408
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
402
409
  msgid "Job"
@@ -482,6 +489,12 @@ msgstr "Medienfortschritt"
482
489
  msgid "Model"
483
490
  msgstr "Modell"
484
491
 
492
+ #. module: base_report_to_printer
493
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
494
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
495
+ msgid "Multi Thread"
496
+ msgstr ""
497
+
485
498
  #. module: base_report_to_printer
486
499
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
487
500
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -565,8 +578,11 @@ msgid "Port of the server."
565
578
  msgstr "Port auf dem Server."
566
579
 
567
580
  #. module: base_report_to_printer
581
+ #. odoo-javascript
582
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
568
583
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
569
584
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
585
+ #, python-format
570
586
  msgid "Print"
571
587
  msgstr "Druck"
572
588
 
@@ -847,7 +863,7 @@ msgstr "Die ID eines Jobs muss je Server eindeutig sein."
847
863
  #. odoo-javascript
848
864
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
849
865
  #, python-format
850
- msgid "The printer couldn't be reached. Downloading document instead"
866
+ msgid "The report"
851
867
  msgstr ""
852
868
 
853
869
  #. module: base_report_to_printer
@@ -949,6 +965,13 @@ msgstr ""
949
965
  msgid "Wizard"
950
966
  msgstr ""
951
967
 
968
+ #. module: base_report_to_printer
969
+ #. odoo-javascript
970
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
971
+ #, python-format
972
+ msgid "couldn't be printed. Click on the button below to download it"
973
+ msgstr ""
974
+
952
975
  #. module: base_report_to_printer
953
976
  #. odoo-python
954
977
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -177,7 +177,7 @@ msgstr ""
177
177
  #. odoo-javascript
178
178
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
179
179
  #, python-format
180
- msgid "Could not send to printer!"
180
+ msgid "Could not sent to printer!"
181
181
  msgstr ""
182
182
 
183
183
  #. module: base_report_to_printer
@@ -397,6 +397,13 @@ msgstr ""
397
397
  msgid "If checked, this server is useable."
398
398
  msgstr ""
399
399
 
400
+ #. module: base_report_to_printer
401
+ #. odoo-javascript
402
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
403
+ #, python-format
404
+ msgid "Issue on"
405
+ msgstr ""
406
+
400
407
  #. module: base_report_to_printer
401
408
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
402
409
  msgid "Job"
@@ -482,6 +489,12 @@ msgstr ""
482
489
  msgid "Model"
483
490
  msgstr ""
484
491
 
492
+ #. module: base_report_to_printer
493
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
494
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
495
+ msgid "Multi Thread"
496
+ msgstr ""
497
+
485
498
  #. module: base_report_to_printer
486
499
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
487
500
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -565,8 +578,11 @@ msgid "Port of the server."
565
578
  msgstr ""
566
579
 
567
580
  #. module: base_report_to_printer
581
+ #. odoo-javascript
582
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
568
583
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
569
584
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
585
+ #, python-format
570
586
  msgid "Print"
571
587
  msgstr ""
572
588
 
@@ -846,7 +862,7 @@ msgstr ""
846
862
  #. odoo-javascript
847
863
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
848
864
  #, python-format
849
- msgid "The printer couldn't be reached. Downloading document instead"
865
+ msgid "The report"
850
866
  msgstr ""
851
867
 
852
868
  #. module: base_report_to_printer
@@ -948,6 +964,13 @@ msgstr ""
948
964
  msgid "Wizard"
949
965
  msgstr ""
950
966
 
967
+ #. module: base_report_to_printer
968
+ #. odoo-javascript
969
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
970
+ #, python-format
971
+ msgid "couldn't be printed. Click on the button below to download it"
972
+ msgstr ""
973
+
951
974
  #. module: base_report_to_printer
952
975
  #. odoo-python
953
976
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -177,8 +177,8 @@ msgstr "Copias"
177
177
  #. odoo-javascript
178
178
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
179
179
  #, python-format
180
- msgid "Could not send to printer!"
181
- msgstr "¡No se puede enviar a la impresora!"
180
+ msgid "Could not sent to printer!"
181
+ msgstr "¡No se ha podido enviar a la impresora!"
182
182
 
183
183
  #. module: base_report_to_printer
184
184
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__create_uid
@@ -403,6 +403,13 @@ msgstr "Dirección IP o nombre del servidor"
403
403
  msgid "If checked, this server is useable."
404
404
  msgstr "Si está marcado, el servidor es utilizable."
405
405
 
406
+ #. module: base_report_to_printer
407
+ #. odoo-javascript
408
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
409
+ #, python-format
410
+ msgid "Issue on"
411
+ msgstr ""
412
+
406
413
  #. module: base_report_to_printer
407
414
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
408
415
  msgid "Job"
@@ -488,6 +495,12 @@ msgstr "Progreso de los medios"
488
495
  msgid "Model"
489
496
  msgstr "Modelo"
490
497
 
498
+ #. module: base_report_to_printer
499
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
500
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
501
+ msgid "Multi Thread"
502
+ msgstr ""
503
+
491
504
  #. module: base_report_to_printer
492
505
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
493
506
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -571,8 +584,11 @@ msgid "Port of the server."
571
584
  msgstr "Puerto del servidor."
572
585
 
573
586
  #. module: base_report_to_printer
587
+ #. odoo-javascript
588
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
574
589
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
575
590
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
591
+ #, python-format
576
592
  msgid "Print"
577
593
  msgstr "Imprimir"
578
594
 
@@ -852,7 +868,7 @@ msgstr "El ID del trabajo debe ser único por servidor !"
852
868
  #. odoo-javascript
853
869
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
854
870
  #, python-format
855
- msgid "The printer couldn't be reached. Downloading document instead"
871
+ msgid "The report"
856
872
  msgstr ""
857
873
 
858
874
  #. module: base_report_to_printer
@@ -956,6 +972,13 @@ msgstr "Nombre de usuario para conectarse al servidor. Vacío por defecto."
956
972
  msgid "Wizard"
957
973
  msgstr "Asistente"
958
974
 
975
+ #. module: base_report_to_printer
976
+ #. odoo-javascript
977
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
978
+ #, python-format
979
+ msgid "couldn't be printed. Click on the button below to download it"
980
+ msgstr ""
981
+
959
982
  #. module: base_report_to_printer
960
983
  #. odoo-python
961
984
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
@@ -964,8 +987,8 @@ msgid "{name} ({copies} copies)"
964
987
  msgstr "{name} ({copies} copies) :{name} ({copies} copias)"
965
988
 
966
989
  #, python-format
967
- #~ msgid "Could not sent to printer!"
968
- #~ msgstr "¡No se ha podido enviar a la impresora!"
990
+ #~ msgid "Could not send to printer!"
991
+ #~ msgstr "¡No se puede enviar a la impresora!"
969
992
 
970
993
  #~ msgid "Date and time of creation for this job."
971
994
  #~ msgstr "Fecha y hora de creación de este trabajo."
@@ -174,7 +174,7 @@ msgstr ""
174
174
  #. odoo-javascript
175
175
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
176
176
  #, python-format
177
- msgid "Could not send to printer!"
177
+ msgid "Could not sent to printer!"
178
178
  msgstr ""
179
179
 
180
180
  #. module: base_report_to_printer
@@ -394,6 +394,13 @@ msgstr "Dirección IP o nombre del servidor"
394
394
  msgid "If checked, this server is useable."
395
395
  msgstr "Si está marcado, el servidor es utilizable."
396
396
 
397
+ #. module: base_report_to_printer
398
+ #. odoo-javascript
399
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
400
+ #, python-format
401
+ msgid "Issue on"
402
+ msgstr ""
403
+
397
404
  #. module: base_report_to_printer
398
405
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
399
406
  msgid "Job"
@@ -479,6 +486,12 @@ msgstr "Progreso de los medios"
479
486
  msgid "Model"
480
487
  msgstr "Modelo"
481
488
 
489
+ #. module: base_report_to_printer
490
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer__multi_thread
491
+ #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server__multi_thread
492
+ msgid "Multi Thread"
493
+ msgstr ""
494
+
482
495
  #. module: base_report_to_printer
483
496
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action__name
484
497
  #: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job__name
@@ -562,8 +575,11 @@ msgid "Port of the server."
562
575
  msgstr "Puerto del servidor."
563
576
 
564
577
  #. module: base_report_to_printer
578
+ #. odoo-javascript
579
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
565
580
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
566
581
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
582
+ #, python-format
567
583
  msgid "Print"
568
584
  msgstr "Imprimir"
569
585
 
@@ -843,7 +859,7 @@ msgstr "El ID del trabajo debe ser único por servidor !"
843
859
  #. odoo-javascript
844
860
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
845
861
  #, python-format
846
- msgid "The printer couldn't be reached. Downloading document instead"
862
+ msgid "The report"
847
863
  msgstr ""
848
864
 
849
865
  #. module: base_report_to_printer
@@ -945,6 +961,13 @@ msgstr ""
945
961
  msgid "Wizard"
946
962
  msgstr ""
947
963
 
964
+ #. module: base_report_to_printer
965
+ #. odoo-javascript
966
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
967
+ #, python-format
968
+ msgid "couldn't be printed. Click on the button below to download it"
969
+ msgstr ""
970
+
948
971
  #. module: base_report_to_printer
949
972
  #. odoo-python
950
973
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0