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
|
@@ -177,7 +177,6 @@ msgstr ""
|
|
|
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 ""
|
|
183
182
|
|
|
@@ -324,7 +323,6 @@ msgstr ""
|
|
|
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."
|
|
@@ -343,7 +341,6 @@ msgstr ""
|
|
|
343
341
|
#. module: base_report_to_printer
|
|
344
342
|
#. odoo-python
|
|
345
343
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
346
|
-
#, python-format
|
|
347
344
|
msgid ""
|
|
348
345
|
"Following attachments could not be printed:\n"
|
|
349
346
|
"\n"
|
|
@@ -401,7 +398,6 @@ msgstr ""
|
|
|
401
398
|
#. module: base_report_to_printer
|
|
402
399
|
#. odoo-javascript
|
|
403
400
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
404
|
-
#, python-format
|
|
405
401
|
msgid "Issue on"
|
|
406
402
|
msgstr ""
|
|
407
403
|
|
|
@@ -500,7 +496,6 @@ msgstr ""
|
|
|
500
496
|
#. module: base_report_to_printer
|
|
501
497
|
#. odoo-python
|
|
502
498
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
503
|
-
#, python-format
|
|
504
499
|
msgid "No printer configured to print this report."
|
|
505
500
|
msgstr ""
|
|
506
501
|
|
|
@@ -565,7 +560,6 @@ msgstr ""
|
|
|
565
560
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
566
561
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
567
562
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
568
|
-
#, python-format
|
|
569
563
|
msgid "Print"
|
|
570
564
|
msgstr ""
|
|
571
565
|
|
|
@@ -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 ""
|
|
|
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
|
|
|
@@ -9,7 +9,7 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
12
|
+
"PO-Revision-Date: 2025-01-20 16:06+0000\n"
|
|
13
13
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
14
14
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
15
15
|
"Language: it\n"
|
|
@@ -176,7 +176,6 @@ msgstr "Copie"
|
|
|
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 "Imossibile inviare alla stmpante!"
|
|
182
181
|
|
|
@@ -325,7 +324,6 @@ msgstr "Errore nel documento"
|
|
|
325
324
|
#. module: base_report_to_printer
|
|
326
325
|
#. odoo-python
|
|
327
326
|
#: code:addons/base_report_to_printer/models/printing_server.py:0
|
|
328
|
-
#, python-format
|
|
329
327
|
msgid ""
|
|
330
328
|
"Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the "
|
|
331
329
|
"CUPS server is running and that you can reach it from the Odoo server."
|
|
@@ -347,7 +345,6 @@ msgstr "I file non sono stati ricevuti completamente"
|
|
|
347
345
|
#. module: base_report_to_printer
|
|
348
346
|
#. odoo-python
|
|
349
347
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
350
|
-
#, python-format
|
|
351
348
|
msgid ""
|
|
352
349
|
"Following attachments could not be printed:\n"
|
|
353
350
|
"\n"
|
|
@@ -408,7 +405,6 @@ msgstr "Se selezionata, il server è utilizzabile."
|
|
|
408
405
|
#. module: base_report_to_printer
|
|
409
406
|
#. odoo-javascript
|
|
410
407
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
411
|
-
#, python-format
|
|
412
408
|
msgid "Issue on"
|
|
413
409
|
msgstr "Problema su"
|
|
414
410
|
|
|
@@ -507,7 +503,6 @@ msgstr "Nessun dato è stato ricevuto"
|
|
|
507
503
|
#. module: base_report_to_printer
|
|
508
504
|
#. odoo-python
|
|
509
505
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
510
|
-
#, python-format
|
|
511
506
|
msgid "No printer configured to print this report."
|
|
512
507
|
msgstr "Nessuna stampante configurata per stampare questo report."
|
|
513
508
|
|
|
@@ -572,7 +567,6 @@ msgstr "Porta del server."
|
|
|
572
567
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
573
568
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
|
|
574
569
|
#: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
|
|
575
|
-
#, python-format
|
|
576
570
|
msgid "Print"
|
|
577
571
|
msgstr "Stampa"
|
|
578
572
|
|
|
@@ -817,7 +811,6 @@ msgstr "Messaggio stato"
|
|
|
817
811
|
#. module: base_report_to_printer
|
|
818
812
|
#. odoo-javascript
|
|
819
813
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
820
|
-
#, python-format
|
|
821
814
|
msgid "Successfully sent to printer!"
|
|
822
815
|
msgstr "Inviato correttamente alla stampante!"
|
|
823
816
|
|
|
@@ -840,7 +833,6 @@ msgstr "L'ID del lavoro deve essere univoco per server!"
|
|
|
840
833
|
#. module: base_report_to_printer
|
|
841
834
|
#. odoo-javascript
|
|
842
835
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
843
|
-
#, python-format
|
|
844
836
|
msgid "The report"
|
|
845
837
|
msgstr "Il resoconto"
|
|
846
838
|
|
|
@@ -862,7 +854,6 @@ msgstr ""
|
|
|
862
854
|
#. module: base_report_to_printer
|
|
863
855
|
#. odoo-python
|
|
864
856
|
#: code:addons/base_report_to_printer/models/ir_actions_report.py:0
|
|
865
|
-
#, python-format
|
|
866
857
|
msgid "This report type (%s) is not supported by direct printing!"
|
|
867
858
|
msgstr "Questo tipo di server (%s) non è supportato dalla stampa diretta!"
|
|
868
859
|
|
|
@@ -949,7 +940,6 @@ msgstr "Procedura guidata"
|
|
|
949
940
|
#. module: base_report_to_printer
|
|
950
941
|
#. odoo-javascript
|
|
951
942
|
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
|
|
952
|
-
#, python-format
|
|
953
943
|
msgid "couldn't be printed. Click on the button below to download it"
|
|
954
944
|
msgstr ""
|
|
955
945
|
"non può essere stampato. Fare clic sul pulsante sottostante per scaricarlo"
|
|
@@ -957,7 +947,6 @@ msgstr ""
|
|
|
957
947
|
#. module: base_report_to_printer
|
|
958
948
|
#. odoo-python
|
|
959
949
|
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
|
|
960
|
-
#, python-format
|
|
961
950
|
msgid "{name} ({copies} copies)"
|
|
962
951
|
msgstr "{name} ({copies} copie)"
|
|
963
952
|
|
|
@@ -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
|
|
|
@@ -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 "Er is geen data ontvangen"
|
|
|
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 "Poort van de server."
|
|
|
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 "Afdrukken"
|
|
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 ""
|
|
|
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
|
|
|
@@ -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 ""
|
|
|
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,14 +927,12 @@ 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 ""
|
|
949
938
|
|
|
@@ -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 ""
|
|
|
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,14 +927,12 @@ 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 ""
|
|
949
938
|
|