odoo-addon-base-report-to-printer 17.0.1.1.1__py3-none-any.whl → 18.0.1.0.0.4__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.
- odoo/addons/base_report_to_printer/README.rst +52 -45
- odoo/addons/base_report_to_printer/__manifest__.py +1 -1
- odoo/addons/base_report_to_printer/data/printing_data.xml +5 -11
- odoo/addons/base_report_to_printer/i18n/am.po +0 -11
- odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot +1 -12
- odoo/addons/base_report_to_printer/i18n/bg.po +0 -11
- odoo/addons/base_report_to_printer/i18n/ca.po +0 -11
- odoo/addons/base_report_to_printer/i18n/de.po +0 -11
- odoo/addons/base_report_to_printer/i18n/el_GR.po +0 -11
- odoo/addons/base_report_to_printer/i18n/es.po +0 -11
- odoo/addons/base_report_to_printer/i18n/es_AR.po +0 -11
- odoo/addons/base_report_to_printer/i18n/es_ES.po +0 -11
- odoo/addons/base_report_to_printer/i18n/fi.po +0 -11
- odoo/addons/base_report_to_printer/i18n/fr.po +0 -11
- odoo/addons/base_report_to_printer/i18n/gl.po +0 -11
- odoo/addons/base_report_to_printer/i18n/hr.po +0 -11
- odoo/addons/base_report_to_printer/i18n/hr_HR.po +0 -11
- odoo/addons/base_report_to_printer/i18n/it.po +1 -12
- odoo/addons/base_report_to_printer/i18n/nl.po +0 -11
- odoo/addons/base_report_to_printer/i18n/nl_NL.po +0 -11
- odoo/addons/base_report_to_printer/i18n/pt.po +0 -11
- odoo/addons/base_report_to_printer/i18n/pt_BR.po +0 -11
- odoo/addons/base_report_to_printer/i18n/pt_PT.po +0 -11
- odoo/addons/base_report_to_printer/i18n/sl.po +0 -11
- odoo/addons/base_report_to_printer/i18n/sv.po +0 -11
- odoo/addons/base_report_to_printer/i18n/tr.po +0 -11
- odoo/addons/base_report_to_printer/i18n/zh_CN.po +0 -11
- odoo/addons/base_report_to_printer/models/ir_actions_report.py +6 -5
- odoo/addons/base_report_to_printer/models/printing_action.py +2 -2
- odoo/addons/base_report_to_printer/models/printing_printer.py +1 -1
- odoo/addons/base_report_to_printer/models/printing_report_xml_action.py +1 -1
- odoo/addons/base_report_to_printer/models/res_users.py +11 -3
- odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.md +1 -0
- odoo/addons/base_report_to_printer/readme/CREDITS.md +1 -0
- odoo/addons/base_report_to_printer/static/description/index.html +16 -9
- odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js +2 -2
- odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py +121 -86
- odoo/addons/base_report_to_printer/tests/test_printing_job.py +16 -9
- odoo/addons/base_report_to_printer/tests/test_printing_printer.py +50 -34
- odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py +9 -9
- odoo/addons/base_report_to_printer/tests/test_printing_printer_wizard.py +15 -9
- odoo/addons/base_report_to_printer/tests/test_printing_server.py +38 -27
- odoo/addons/base_report_to_printer/tests/test_report.py +41 -20
- odoo/addons/base_report_to_printer/views/printing_job.xml +2 -2
- odoo/addons/base_report_to_printer/views/printing_printer.xml +3 -3
- odoo/addons/base_report_to_printer/views/printing_report.xml +2 -2
- odoo/addons/base_report_to_printer/views/printing_server.xml +3 -3
- odoo/addons/base_report_to_printer/wizards/print_attachment_report.xml +2 -2
- odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard.py +1 -1
- {odoo_addon_base_report_to_printer-17.0.1.1.1.dist-info → odoo_addon_base_report_to_printer-18.0.1.0.0.4.dist-info}/METADATA +55 -48
- odoo_addon_base_report_to_printer-18.0.1.0.0.4.dist-info/RECORD +77 -0
- odoo_addon_base_report_to_printer-17.0.1.1.1.dist-info/RECORD +0 -76
- {odoo_addon_base_report_to_printer-17.0.1.1.1.dist-info → odoo_addon_base_report_to_printer-18.0.1.0.0.4.dist-info}/WHEEL +0 -0
- {odoo_addon_base_report_to_printer-17.0.1.1.1.dist-info → odoo_addon_base_report_to_printer-18.0.1.0.0.4.dist-info}/top_level.txt +0 -0
|
@@ -176,7 +176,6 @@ msgstr ""
|
|
|
176
176
|
#. module: base_report_to_printer
|
|
177
177
|
#. odoo-javascript
|
|
178
178
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
179
|
-
#, python-format
|
|
180
179
|
msgid "Could not sent to printer!"
|
|
181
180
|
msgstr ""
|
|
182
181
|
|
|
@@ -323,7 +322,6 @@ msgstr ""
|
|
|
323
322
|
#. module: base_report_to_printer
|
|
324
323
|
#. odoo-python
|
|
325
324
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
326
|
-
#, python-format
|
|
327
325
|
msgid ""
|
|
328
326
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
329
327
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -342,7 +340,6 @@ msgstr ""
|
|
|
342
340
|
#. module: base_report_to_printer
|
|
343
341
|
#. odoo-python
|
|
344
342
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
345
|
-
#, python-format
|
|
346
343
|
msgid ""
|
|
347
344
|
"Following attachments could not be printed:\n"
|
|
348
345
|
"\n"
|
|
@@ -400,7 +397,6 @@ msgstr ""
|
|
|
400
397
|
#. module: base_report_to_printer
|
|
401
398
|
#. odoo-javascript
|
|
402
399
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
403
|
-
#, python-format
|
|
404
400
|
msgid "Issue on"
|
|
405
401
|
msgstr ""
|
|
406
402
|
|
|
@@ -499,7 +495,6 @@ msgstr ""
|
|
|
499
495
|
#. module: base_report_to_printer
|
|
500
496
|
#. odoo-python
|
|
501
497
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
502
|
-
#, python-format
|
|
503
498
|
msgid "No printer configured to print this report."
|
|
504
499
|
msgstr ""
|
|
505
500
|
|
|
@@ -564,7 +559,6 @@ msgstr ""
|
|
|
564
559
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
565
560
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
566
561
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
567
|
-
#, python-format
|
|
568
562
|
msgid "Print"
|
|
569
563
|
msgstr ""
|
|
570
564
|
|
|
@@ -808,7 +802,6 @@ msgstr ""
|
|
|
808
802
|
#. module: base_report_to_printer
|
|
809
803
|
#. odoo-javascript
|
|
810
804
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
811
|
-
#, python-format
|
|
812
805
|
msgid "Successfully sent to printer!"
|
|
813
806
|
msgstr ""
|
|
814
807
|
|
|
@@ -831,7 +824,6 @@ msgstr ""
|
|
|
831
824
|
#. module: base_report_to_printer
|
|
832
825
|
#. odoo-javascript
|
|
833
826
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
834
|
-
#, python-format
|
|
835
827
|
msgid "The report"
|
|
836
828
|
msgstr ""
|
|
837
829
|
|
|
@@ -849,7 +841,6 @@ msgstr ""
|
|
|
849
841
|
#. module: base_report_to_printer
|
|
850
842
|
#. odoo-python
|
|
851
843
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
852
|
-
#, python-format
|
|
853
844
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
854
845
|
msgstr ""
|
|
855
846
|
|
|
@@ -936,13 +927,11 @@ msgstr ""
|
|
|
936
927
|
#. module: base_report_to_printer
|
|
937
928
|
#. odoo-javascript
|
|
938
929
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
939
|
-
#, python-format
|
|
940
930
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
941
931
|
msgstr ""
|
|
942
932
|
|
|
943
933
|
#. module: base_report_to_printer
|
|
944
934
|
#. odoo-python
|
|
945
935
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
946
|
-
#, python-format
|
|
947
936
|
msgid "{name} ({copies} copies)"
|
|
948
937
|
msgstr ""
|
|
@@ -176,7 +176,6 @@ msgstr "Copias"
|
|
|
176
176
|
#. module: base_report_to_printer
|
|
177
177
|
#. odoo-javascript
|
|
178
178
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
179
|
-
#, python-format
|
|
180
179
|
msgid "Could not sent to printer!"
|
|
181
180
|
msgstr "¡No se ha podido enviar a la impresora!"
|
|
182
181
|
|
|
@@ -323,7 +322,6 @@ msgstr "Error en el documento"
|
|
|
323
322
|
#. module: base_report_to_printer
|
|
324
323
|
#. odoo-python
|
|
325
324
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
326
|
-
#, python-format
|
|
327
325
|
msgid ""
|
|
328
326
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
329
327
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -345,7 +343,6 @@ msgstr "No se recibieron ficheros completos"
|
|
|
345
343
|
#. module: base_report_to_printer
|
|
346
344
|
#. odoo-python
|
|
347
345
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
348
|
-
#, python-format
|
|
349
346
|
msgid ""
|
|
350
347
|
"Following attachments could not be printed:\n"
|
|
351
348
|
"\n"
|
|
@@ -406,7 +403,6 @@ msgstr "Si está marcado, el servidor es utilizable."
|
|
|
406
403
|
#. module: base_report_to_printer
|
|
407
404
|
#. odoo-javascript
|
|
408
405
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
409
|
-
#, python-format
|
|
410
406
|
msgid "Issue on"
|
|
411
407
|
msgstr ""
|
|
412
408
|
|
|
@@ -505,7 +501,6 @@ msgstr "No se están recibiendo datos"
|
|
|
505
501
|
#. module: base_report_to_printer
|
|
506
502
|
#. odoo-python
|
|
507
503
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
508
|
-
#, python-format
|
|
509
504
|
msgid "No printer configured to print this report."
|
|
510
505
|
msgstr "No hay impresoras configuradas para imprimir el informe."
|
|
511
506
|
|
|
@@ -570,7 +565,6 @@ msgstr "Puerto del servidor."
|
|
|
570
565
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
571
566
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
572
567
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
573
|
-
#, python-format
|
|
574
568
|
msgid "Print"
|
|
575
569
|
msgstr "Imprimir"
|
|
576
570
|
|
|
@@ -814,7 +808,6 @@ msgstr "Mensaje de estado"
|
|
|
814
808
|
#. module: base_report_to_printer
|
|
815
809
|
#. odoo-javascript
|
|
816
810
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
817
|
-
#, python-format
|
|
818
811
|
msgid "Successfully sent to printer!"
|
|
819
812
|
msgstr "¡Enviado con éxito a la impresora!"
|
|
820
813
|
|
|
@@ -837,7 +830,6 @@ msgstr "El ID del trabajo debe ser único por servidor !"
|
|
|
837
830
|
#. module: base_report_to_printer
|
|
838
831
|
#. odoo-javascript
|
|
839
832
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
840
|
-
#, python-format
|
|
841
833
|
msgid "The report"
|
|
842
834
|
msgstr ""
|
|
843
835
|
|
|
@@ -857,7 +849,6 @@ msgstr ""
|
|
|
857
849
|
#. module: base_report_to_printer
|
|
858
850
|
#. odoo-python
|
|
859
851
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
860
|
-
#, python-format
|
|
861
852
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
862
853
|
msgstr "¡Este tipo de informe (%s) no es compatible con la impresión directa!"
|
|
863
854
|
|
|
@@ -944,14 +935,12 @@ msgstr "Asistente"
|
|
|
944
935
|
#. module: base_report_to_printer
|
|
945
936
|
#. odoo-javascript
|
|
946
937
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
947
|
-
#, python-format
|
|
948
938
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
949
939
|
msgstr ""
|
|
950
940
|
|
|
951
941
|
#. module: base_report_to_printer
|
|
952
942
|
#. odoo-python
|
|
953
943
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
954
|
-
#, python-format
|
|
955
944
|
msgid "{name} ({copies} copies)"
|
|
956
945
|
msgstr "{name} ({copies} copies) :{name} ({copies} copias)"
|
|
957
946
|
|
|
@@ -173,7 +173,6 @@ msgstr ""
|
|
|
173
173
|
#. module: base_report_to_printer
|
|
174
174
|
#. odoo-javascript
|
|
175
175
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
176
|
-
#, python-format
|
|
177
176
|
msgid "Could not sent to printer!"
|
|
178
177
|
msgstr ""
|
|
179
178
|
|
|
@@ -320,7 +319,6 @@ msgstr "Error en el documento"
|
|
|
320
319
|
#. module: base_report_to_printer
|
|
321
320
|
#. odoo-python
|
|
322
321
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
323
|
-
#, python-format
|
|
324
322
|
msgid ""
|
|
325
323
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
326
324
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -339,7 +337,6 @@ msgstr "No se recibieron ficheros completos"
|
|
|
339
337
|
#. module: base_report_to_printer
|
|
340
338
|
#. odoo-python
|
|
341
339
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
342
|
-
#, python-format
|
|
343
340
|
msgid ""
|
|
344
341
|
"Following attachments could not be printed:\n"
|
|
345
342
|
"\n"
|
|
@@ -397,7 +394,6 @@ msgstr "Si está marcado, el servidor es utilizable."
|
|
|
397
394
|
#. module: base_report_to_printer
|
|
398
395
|
#. odoo-javascript
|
|
399
396
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
400
|
-
#, python-format
|
|
401
397
|
msgid "Issue on"
|
|
402
398
|
msgstr ""
|
|
403
399
|
|
|
@@ -496,7 +492,6 @@ msgstr "No se están recibiendo datos"
|
|
|
496
492
|
#. module: base_report_to_printer
|
|
497
493
|
#. odoo-python
|
|
498
494
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
499
|
-
#, python-format
|
|
500
495
|
msgid "No printer configured to print this report."
|
|
501
496
|
msgstr "No hay impresoras configuradas para imprimir el informe."
|
|
502
497
|
|
|
@@ -561,7 +556,6 @@ msgstr "Puerto del servidor."
|
|
|
561
556
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
562
557
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
563
558
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
564
|
-
#, python-format
|
|
565
559
|
msgid "Print"
|
|
566
560
|
msgstr "Imprimir"
|
|
567
561
|
|
|
@@ -805,7 +799,6 @@ msgstr "Mensaje de Estado"
|
|
|
805
799
|
#. module: base_report_to_printer
|
|
806
800
|
#. odoo-javascript
|
|
807
801
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
808
|
-
#, python-format
|
|
809
802
|
msgid "Successfully sent to printer!"
|
|
810
803
|
msgstr ""
|
|
811
804
|
|
|
@@ -828,7 +821,6 @@ msgstr "El ID del trabajo debe ser único por servidor !"
|
|
|
828
821
|
#. module: base_report_to_printer
|
|
829
822
|
#. odoo-javascript
|
|
830
823
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
831
|
-
#, python-format
|
|
832
824
|
msgid "The report"
|
|
833
825
|
msgstr ""
|
|
834
826
|
|
|
@@ -846,7 +838,6 @@ msgstr ""
|
|
|
846
838
|
#. module: base_report_to_printer
|
|
847
839
|
#. odoo-python
|
|
848
840
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
849
|
-
#, python-format
|
|
850
841
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
851
842
|
msgstr ""
|
|
852
843
|
|
|
@@ -933,14 +924,12 @@ msgstr ""
|
|
|
933
924
|
#. module: base_report_to_printer
|
|
934
925
|
#. odoo-javascript
|
|
935
926
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
936
|
-
#, python-format
|
|
937
927
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
938
928
|
msgstr ""
|
|
939
929
|
|
|
940
930
|
#. module: base_report_to_printer
|
|
941
931
|
#. odoo-python
|
|
942
932
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
943
|
-
#, python-format
|
|
944
933
|
msgid "{name} ({copies} copies)"
|
|
945
934
|
msgstr ""
|
|
946
935
|
|
|
@@ -176,7 +176,6 @@ msgstr ""
|
|
|
176
176
|
#. module: base_report_to_printer
|
|
177
177
|
#. odoo-javascript
|
|
178
178
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
179
|
-
#, python-format
|
|
180
179
|
msgid "Could not sent to printer!"
|
|
181
180
|
msgstr ""
|
|
182
181
|
|
|
@@ -323,7 +322,6 @@ msgstr ""
|
|
|
323
322
|
#. module: base_report_to_printer
|
|
324
323
|
#. odoo-python
|
|
325
324
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
326
|
-
#, python-format
|
|
327
325
|
msgid ""
|
|
328
326
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
329
327
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -342,7 +340,6 @@ msgstr ""
|
|
|
342
340
|
#. module: base_report_to_printer
|
|
343
341
|
#. odoo-python
|
|
344
342
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
345
|
-
#, python-format
|
|
346
343
|
msgid ""
|
|
347
344
|
"Following attachments could not be printed:\n"
|
|
348
345
|
"\n"
|
|
@@ -400,7 +397,6 @@ msgstr ""
|
|
|
400
397
|
#. module: base_report_to_printer
|
|
401
398
|
#. odoo-javascript
|
|
402
399
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
403
|
-
#, python-format
|
|
404
400
|
msgid "Issue on"
|
|
405
401
|
msgstr ""
|
|
406
402
|
|
|
@@ -499,7 +495,6 @@ msgstr ""
|
|
|
499
495
|
#. module: base_report_to_printer
|
|
500
496
|
#. odoo-python
|
|
501
497
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
502
|
-
#, python-format
|
|
503
498
|
msgid "No printer configured to print this report."
|
|
504
499
|
msgstr ""
|
|
505
500
|
|
|
@@ -564,7 +559,6 @@ msgstr ""
|
|
|
564
559
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
565
560
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
566
561
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
567
|
-
#, python-format
|
|
568
562
|
msgid "Print"
|
|
569
563
|
msgstr ""
|
|
570
564
|
|
|
@@ -808,7 +802,6 @@ msgstr ""
|
|
|
808
802
|
#. module: base_report_to_printer
|
|
809
803
|
#. odoo-javascript
|
|
810
804
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
811
|
-
#, python-format
|
|
812
805
|
msgid "Successfully sent to printer!"
|
|
813
806
|
msgstr ""
|
|
814
807
|
|
|
@@ -831,7 +824,6 @@ msgstr ""
|
|
|
831
824
|
#. module: base_report_to_printer
|
|
832
825
|
#. odoo-javascript
|
|
833
826
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
834
|
-
#, python-format
|
|
835
827
|
msgid "The report"
|
|
836
828
|
msgstr ""
|
|
837
829
|
|
|
@@ -849,7 +841,6 @@ msgstr ""
|
|
|
849
841
|
#. module: base_report_to_printer
|
|
850
842
|
#. odoo-python
|
|
851
843
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
852
|
-
#, python-format
|
|
853
844
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
854
845
|
msgstr ""
|
|
855
846
|
|
|
@@ -936,13 +927,11 @@ msgstr ""
|
|
|
936
927
|
#. module: base_report_to_printer
|
|
937
928
|
#. odoo-javascript
|
|
938
929
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
939
|
-
#, python-format
|
|
940
930
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
941
931
|
msgstr ""
|
|
942
932
|
|
|
943
933
|
#. module: base_report_to_printer
|
|
944
934
|
#. odoo-python
|
|
945
935
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
946
|
-
#, python-format
|
|
947
936
|
msgid "{name} ({copies} copies)"
|
|
948
937
|
msgstr ""
|
|
@@ -175,7 +175,6 @@ msgstr ""
|
|
|
175
175
|
#. module: base_report_to_printer
|
|
176
176
|
#. odoo-javascript
|
|
177
177
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
178
|
-
#, python-format
|
|
179
178
|
msgid "Could not sent to printer!"
|
|
180
179
|
msgstr ""
|
|
181
180
|
|
|
@@ -322,7 +321,6 @@ msgstr ""
|
|
|
322
321
|
#. module: base_report_to_printer
|
|
323
322
|
#. odoo-python
|
|
324
323
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
325
|
-
#, python-format
|
|
326
324
|
msgid ""
|
|
327
325
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
328
326
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -341,7 +339,6 @@ msgstr ""
|
|
|
341
339
|
#. module: base_report_to_printer
|
|
342
340
|
#. odoo-python
|
|
343
341
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
344
|
-
#, python-format
|
|
345
342
|
msgid ""
|
|
346
343
|
"Following attachments could not be printed:\n"
|
|
347
344
|
"\n"
|
|
@@ -399,7 +396,6 @@ msgstr ""
|
|
|
399
396
|
#. module: base_report_to_printer
|
|
400
397
|
#. odoo-javascript
|
|
401
398
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
402
|
-
#, python-format
|
|
403
399
|
msgid "Issue on"
|
|
404
400
|
msgstr ""
|
|
405
401
|
|
|
@@ -498,7 +494,6 @@ msgstr ""
|
|
|
498
494
|
#. module: base_report_to_printer
|
|
499
495
|
#. odoo-python
|
|
500
496
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
501
|
-
#, python-format
|
|
502
497
|
msgid "No printer configured to print this report."
|
|
503
498
|
msgstr ""
|
|
504
499
|
|
|
@@ -563,7 +558,6 @@ msgstr ""
|
|
|
563
558
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
564
559
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
565
560
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
566
|
-
#, python-format
|
|
567
561
|
msgid "Print"
|
|
568
562
|
msgstr ""
|
|
569
563
|
|
|
@@ -807,7 +801,6 @@ msgstr ""
|
|
|
807
801
|
#. module: base_report_to_printer
|
|
808
802
|
#. odoo-javascript
|
|
809
803
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
810
|
-
#, python-format
|
|
811
804
|
msgid "Successfully sent to printer!"
|
|
812
805
|
msgstr ""
|
|
813
806
|
|
|
@@ -830,7 +823,6 @@ msgstr ""
|
|
|
830
823
|
#. module: base_report_to_printer
|
|
831
824
|
#. odoo-javascript
|
|
832
825
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
833
|
-
#, python-format
|
|
834
826
|
msgid "The report"
|
|
835
827
|
msgstr ""
|
|
836
828
|
|
|
@@ -848,7 +840,6 @@ msgstr ""
|
|
|
848
840
|
#. module: base_report_to_printer
|
|
849
841
|
#. odoo-python
|
|
850
842
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
851
|
-
#, python-format
|
|
852
843
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
853
844
|
msgstr ""
|
|
854
845
|
|
|
@@ -935,14 +926,12 @@ msgstr ""
|
|
|
935
926
|
#. module: base_report_to_printer
|
|
936
927
|
#. odoo-javascript
|
|
937
928
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
938
|
-
#, python-format
|
|
939
929
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
940
930
|
msgstr ""
|
|
941
931
|
|
|
942
932
|
#. module: base_report_to_printer
|
|
943
933
|
#. odoo-python
|
|
944
934
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
945
|
-
#, python-format
|
|
946
935
|
msgid "{name} ({copies} copies)"
|
|
947
936
|
msgstr ""
|
|
948
937
|
|
|
@@ -177,7 +177,6 @@ msgstr "Copies"
|
|
|
177
177
|
#. module: base_report_to_printer
|
|
178
178
|
#. odoo-javascript
|
|
179
179
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
180
|
-
#, python-format
|
|
181
180
|
msgid "Could not sent to printer!"
|
|
182
181
|
msgstr "Impossible de l'envoyer à l'imprimante !"
|
|
183
182
|
|
|
@@ -324,7 +323,6 @@ msgstr "Erreur dans le document"
|
|
|
324
323
|
#. module: base_report_to_printer
|
|
325
324
|
#. odoo-python
|
|
326
325
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
327
|
-
#, python-format
|
|
328
326
|
msgid ""
|
|
329
327
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
330
328
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -345,7 +343,6 @@ msgstr "Les fichiers n'ont pas été reçus dans leur intégralité"
|
|
|
345
343
|
#. module: base_report_to_printer
|
|
346
344
|
#. odoo-python
|
|
347
345
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
348
|
-
#, python-format
|
|
349
346
|
msgid ""
|
|
350
347
|
"Following attachments could not be printed:\n"
|
|
351
348
|
"\n"
|
|
@@ -406,7 +403,6 @@ msgstr "Si cette case est cochée, ce serveur est utilisable."
|
|
|
406
403
|
#. module: base_report_to_printer
|
|
407
404
|
#. odoo-javascript
|
|
408
405
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
409
|
-
#, python-format
|
|
410
406
|
msgid "Issue on"
|
|
411
407
|
msgstr ""
|
|
412
408
|
|
|
@@ -505,7 +501,6 @@ msgstr "Aucune donnée n'a été reçue"
|
|
|
505
501
|
#. module: base_report_to_printer
|
|
506
502
|
#. odoo-python
|
|
507
503
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
508
|
-
#, python-format
|
|
509
504
|
msgid "No printer configured to print this report."
|
|
510
505
|
msgstr "Aucune imprimante configurée pour imprimer ce rapport."
|
|
511
506
|
|
|
@@ -570,7 +565,6 @@ msgstr "Port du serveur."
|
|
|
570
565
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
571
566
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
572
567
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
573
|
-
#, python-format
|
|
574
568
|
msgid "Print"
|
|
575
569
|
msgstr "Imprimer"
|
|
576
570
|
|
|
@@ -814,7 +808,6 @@ msgstr "Message d'état"
|
|
|
814
808
|
#. module: base_report_to_printer
|
|
815
809
|
#. odoo-javascript
|
|
816
810
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
817
|
-
#, python-format
|
|
818
811
|
msgid "Successfully sent to printer!"
|
|
819
812
|
msgstr "Envoyé avec succès à l'imprimante !"
|
|
820
813
|
|
|
@@ -837,7 +830,6 @@ msgstr "L'identifiant de la tâche doit être unique par serveur !"
|
|
|
837
830
|
#. module: base_report_to_printer
|
|
838
831
|
#. odoo-javascript
|
|
839
832
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
840
|
-
#, python-format
|
|
841
833
|
msgid "The report"
|
|
842
834
|
msgstr ""
|
|
843
835
|
|
|
@@ -858,7 +850,6 @@ msgstr ""
|
|
|
858
850
|
#. module: base_report_to_printer
|
|
859
851
|
#. odoo-python
|
|
860
852
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
861
|
-
#, python-format
|
|
862
853
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
863
854
|
msgstr ""
|
|
864
855
|
"Ce type de rapport (%s) n'est pas pris en charge par l'impression directe !"
|
|
@@ -946,14 +937,12 @@ msgstr "Assistant"
|
|
|
946
937
|
#. module: base_report_to_printer
|
|
947
938
|
#. odoo-javascript
|
|
948
939
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
949
|
-
#, python-format
|
|
950
940
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
951
941
|
msgstr ""
|
|
952
942
|
|
|
953
943
|
#. module: base_report_to_printer
|
|
954
944
|
#. odoo-python
|
|
955
945
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
956
|
-
#, python-format
|
|
957
946
|
msgid "{name} ({copies} copies)"
|
|
958
947
|
msgstr "{name} ({copies} copies)"
|
|
959
948
|
|
|
@@ -175,7 +175,6 @@ msgstr ""
|
|
|
175
175
|
#. module: base_report_to_printer
|
|
176
176
|
#. odoo-javascript
|
|
177
177
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
178
|
-
#, python-format
|
|
179
178
|
msgid "Could not sent to printer!"
|
|
180
179
|
msgstr ""
|
|
181
180
|
|
|
@@ -322,7 +321,6 @@ msgstr ""
|
|
|
322
321
|
#. module: base_report_to_printer
|
|
323
322
|
#. odoo-python
|
|
324
323
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
325
|
-
#, python-format
|
|
326
324
|
msgid ""
|
|
327
325
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
328
326
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -341,7 +339,6 @@ msgstr ""
|
|
|
341
339
|
#. module: base_report_to_printer
|
|
342
340
|
#. odoo-python
|
|
343
341
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
344
|
-
#, python-format
|
|
345
342
|
msgid ""
|
|
346
343
|
"Following attachments could not be printed:\n"
|
|
347
344
|
"\n"
|
|
@@ -399,7 +396,6 @@ msgstr ""
|
|
|
399
396
|
#. module: base_report_to_printer
|
|
400
397
|
#. odoo-javascript
|
|
401
398
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
402
|
-
#, python-format
|
|
403
399
|
msgid "Issue on"
|
|
404
400
|
msgstr ""
|
|
405
401
|
|
|
@@ -498,7 +494,6 @@ msgstr ""
|
|
|
498
494
|
#. module: base_report_to_printer
|
|
499
495
|
#. odoo-python
|
|
500
496
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
501
|
-
#, python-format
|
|
502
497
|
msgid "No printer configured to print this report."
|
|
503
498
|
msgstr ""
|
|
504
499
|
|
|
@@ -563,7 +558,6 @@ msgstr ""
|
|
|
563
558
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
564
559
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
565
560
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
566
|
-
#, python-format
|
|
567
561
|
msgid "Print"
|
|
568
562
|
msgstr ""
|
|
569
563
|
|
|
@@ -807,7 +801,6 @@ msgstr ""
|
|
|
807
801
|
#. module: base_report_to_printer
|
|
808
802
|
#. odoo-javascript
|
|
809
803
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
810
|
-
#, python-format
|
|
811
804
|
msgid "Successfully sent to printer!"
|
|
812
805
|
msgstr ""
|
|
813
806
|
|
|
@@ -830,7 +823,6 @@ msgstr ""
|
|
|
830
823
|
#. module: base_report_to_printer
|
|
831
824
|
#. odoo-javascript
|
|
832
825
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
833
|
-
#, python-format
|
|
834
826
|
msgid "The report"
|
|
835
827
|
msgstr ""
|
|
836
828
|
|
|
@@ -848,7 +840,6 @@ msgstr ""
|
|
|
848
840
|
#. module: base_report_to_printer
|
|
849
841
|
#. odoo-python
|
|
850
842
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
851
|
-
#, python-format
|
|
852
843
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
853
844
|
msgstr ""
|
|
854
845
|
|
|
@@ -935,13 +926,11 @@ msgstr ""
|
|
|
935
926
|
#. module: base_report_to_printer
|
|
936
927
|
#. odoo-javascript
|
|
937
928
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
938
|
-
#, python-format
|
|
939
929
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
940
930
|
msgstr ""
|
|
941
931
|
|
|
942
932
|
#. module: base_report_to_printer
|
|
943
933
|
#. odoo-python
|
|
944
934
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
945
|
-
#, python-format
|
|
946
935
|
msgid "{name} ({copies} copies)"
|
|
947
936
|
msgstr ""
|
|
@@ -176,7 +176,6 @@ msgstr ""
|
|
|
176
176
|
#. module: base_report_to_printer
|
|
177
177
|
#. odoo-javascript
|
|
178
178
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
179
|
-
#, python-format
|
|
180
179
|
msgid "Could not sent to printer!"
|
|
181
180
|
msgstr ""
|
|
182
181
|
|
|
@@ -323,7 +322,6 @@ msgstr "Greška u dokumentu"
|
|
|
323
322
|
#. module: base_report_to_printer
|
|
324
323
|
#. odoo-python
|
|
325
324
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
326
|
-
#, python-format
|
|
327
325
|
msgid ""
|
|
328
326
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
329
327
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -342,7 +340,6 @@ msgstr "Datoteke nisu u potpunosti preuzete"
|
|
|
342
340
|
#. module: base_report_to_printer
|
|
343
341
|
#. odoo-python
|
|
344
342
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
345
|
-
#, python-format
|
|
346
343
|
msgid ""
|
|
347
344
|
"Following attachments could not be printed:\n"
|
|
348
345
|
"\n"
|
|
@@ -400,7 +397,6 @@ msgstr "Ako je označeno, poslužitelj se može koristiti"
|
|
|
400
397
|
#. module: base_report_to_printer
|
|
401
398
|
#. odoo-javascript
|
|
402
399
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
403
|
-
#, python-format
|
|
404
400
|
msgid "Issue on"
|
|
405
401
|
msgstr ""
|
|
406
402
|
|
|
@@ -499,7 +495,6 @@ msgstr "Nema zaprimljenih podataka"
|
|
|
499
495
|
#. module: base_report_to_printer
|
|
500
496
|
#. odoo-python
|
|
501
497
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
502
|
-
#, python-format
|
|
503
498
|
msgid "No printer configured to print this report."
|
|
504
499
|
msgstr "Nijedan pisač nije postavljen za ispis ovog izvještaja."
|
|
505
500
|
|
|
@@ -564,7 +559,6 @@ msgstr "Port na poslužitelju"
|
|
|
564
559
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
565
560
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
566
561
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
567
|
-
#, python-format
|
|
568
562
|
msgid "Print"
|
|
569
563
|
msgstr "Ispis"
|
|
570
564
|
|
|
@@ -809,7 +803,6 @@ msgstr ""
|
|
|
809
803
|
#. module: base_report_to_printer
|
|
810
804
|
#. odoo-javascript
|
|
811
805
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
812
|
-
#, python-format
|
|
813
806
|
msgid "Successfully sent to printer!"
|
|
814
807
|
msgstr ""
|
|
815
808
|
|
|
@@ -832,7 +825,6 @@ msgstr "ID zadatka mora biti jedinstven po poslužitelju!"
|
|
|
832
825
|
#. module: base_report_to_printer
|
|
833
826
|
#. odoo-javascript
|
|
834
827
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
835
|
-
#, python-format
|
|
836
828
|
msgid "The report"
|
|
837
829
|
msgstr ""
|
|
838
830
|
|
|
@@ -850,7 +842,6 @@ msgstr ""
|
|
|
850
842
|
#. module: base_report_to_printer
|
|
851
843
|
#. odoo-python
|
|
852
844
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
853
|
-
#, python-format
|
|
854
845
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
855
846
|
msgstr ""
|
|
856
847
|
|
|
@@ -937,14 +928,12 @@ msgstr ""
|
|
|
937
928
|
#. module: base_report_to_printer
|
|
938
929
|
#. odoo-javascript
|
|
939
930
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
940
|
-
#, python-format
|
|
941
931
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
942
932
|
msgstr ""
|
|
943
933
|
|
|
944
934
|
#. module: base_report_to_printer
|
|
945
935
|
#. odoo-python
|
|
946
936
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
947
|
-
#, python-format
|
|
948
937
|
msgid "{name} ({copies} copies)"
|
|
949
938
|
msgstr ""
|
|
950
939
|
|