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.

Files changed (54) hide show
  1. odoo/addons/base_report_to_printer/README.rst +52 -45
  2. odoo/addons/base_report_to_printer/__manifest__.py +1 -1
  3. odoo/addons/base_report_to_printer/data/printing_data.xml +5 -11
  4. odoo/addons/base_report_to_printer/i18n/am.po +0 -11
  5. odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot +1 -12
  6. odoo/addons/base_report_to_printer/i18n/bg.po +0 -11
  7. odoo/addons/base_report_to_printer/i18n/ca.po +0 -11
  8. odoo/addons/base_report_to_printer/i18n/de.po +0 -11
  9. odoo/addons/base_report_to_printer/i18n/el_GR.po +0 -11
  10. odoo/addons/base_report_to_printer/i18n/es.po +0 -11
  11. odoo/addons/base_report_to_printer/i18n/es_AR.po +0 -11
  12. odoo/addons/base_report_to_printer/i18n/es_ES.po +0 -11
  13. odoo/addons/base_report_to_printer/i18n/fi.po +0 -11
  14. odoo/addons/base_report_to_printer/i18n/fr.po +0 -11
  15. odoo/addons/base_report_to_printer/i18n/gl.po +0 -11
  16. odoo/addons/base_report_to_printer/i18n/hr.po +0 -11
  17. odoo/addons/base_report_to_printer/i18n/hr_HR.po +0 -11
  18. odoo/addons/base_report_to_printer/i18n/it.po +1 -12
  19. odoo/addons/base_report_to_printer/i18n/nl.po +0 -11
  20. odoo/addons/base_report_to_printer/i18n/nl_NL.po +0 -11
  21. odoo/addons/base_report_to_printer/i18n/pt.po +0 -11
  22. odoo/addons/base_report_to_printer/i18n/pt_BR.po +0 -11
  23. odoo/addons/base_report_to_printer/i18n/pt_PT.po +0 -11
  24. odoo/addons/base_report_to_printer/i18n/sl.po +0 -11
  25. odoo/addons/base_report_to_printer/i18n/sv.po +0 -11
  26. odoo/addons/base_report_to_printer/i18n/tr.po +0 -11
  27. odoo/addons/base_report_to_printer/i18n/zh_CN.po +0 -11
  28. odoo/addons/base_report_to_printer/models/ir_actions_report.py +6 -5
  29. odoo/addons/base_report_to_printer/models/printing_action.py +2 -2
  30. odoo/addons/base_report_to_printer/models/printing_printer.py +1 -1
  31. odoo/addons/base_report_to_printer/models/printing_report_xml_action.py +1 -1
  32. odoo/addons/base_report_to_printer/models/res_users.py +11 -3
  33. odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.md +1 -0
  34. odoo/addons/base_report_to_printer/readme/CREDITS.md +1 -0
  35. odoo/addons/base_report_to_printer/static/description/index.html +16 -9
  36. odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js +2 -2
  37. odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py +121 -86
  38. odoo/addons/base_report_to_printer/tests/test_printing_job.py +16 -9
  39. odoo/addons/base_report_to_printer/tests/test_printing_printer.py +50 -34
  40. odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py +9 -9
  41. odoo/addons/base_report_to_printer/tests/test_printing_printer_wizard.py +15 -9
  42. odoo/addons/base_report_to_printer/tests/test_printing_server.py +38 -27
  43. odoo/addons/base_report_to_printer/tests/test_report.py +41 -20
  44. odoo/addons/base_report_to_printer/views/printing_job.xml +2 -2
  45. odoo/addons/base_report_to_printer/views/printing_printer.xml +3 -3
  46. odoo/addons/base_report_to_printer/views/printing_report.xml +2 -2
  47. odoo/addons/base_report_to_printer/views/printing_server.xml +3 -3
  48. odoo/addons/base_report_to_printer/wizards/print_attachment_report.xml +2 -2
  49. odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard.py +1 -1
  50. {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
  51. odoo_addon_base_report_to_printer-18.0.1.0.0.4.dist-info/RECORD +77 -0
  52. odoo_addon_base_report_to_printer-17.0.1.1.1.dist-info/RECORD +0 -76
  53. {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
  54. {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
@@ -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:617c8c00cdb15a695dde5b4ab62953885ca35720cf15abfdad4ad886bb5244c8
10
+ !! source digest: sha256:7761acf7bc8cae2f3c56913a0da0ebc3d646ee29311fb4682bde14452b3a69d8
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Report to printer
17
17
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
  :alt: License: AGPL-3
19
19
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freport--print--send-lightgray.png?logo=github
20
- :target: https://github.com/OCA/report-print-send/tree/17.0/base_report_to_printer
20
+ :target: https://github.com/OCA/report-print-send/tree/18.0/base_report_to_printer
21
21
  :alt: OCA/report-print-send
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/report-print-send-17-0/report-print-send-17-0-base_report_to_printer
23
+ :target: https://translation.odoo-community.org/projects/report-print-send-18-0/report-print-send-18-0-base_report_to_printer
24
24
  :alt: Translate me on Weblate
25
25
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/report-print-send&target_branch=17.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/report-print-send&target_branch=18.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -34,9 +34,9 @@ server.
34
34
  It adds an optional behaviour on reports to send it directly to a
35
35
  printer.
36
36
 
37
- - Send to Client is the default behaviour providing you a downloadable
38
- PDF
39
- - Send to Printer prints the report on selected printer
37
+ - Send to Client is the default behaviour providing you a downloadable
38
+ PDF
39
+ - Send to Printer prints the report on selected printer
40
40
 
41
41
  It detects trays on printers installation plus permits to select the
42
42
  paper source on which you want to print directly.
@@ -51,10 +51,10 @@ preprinted paper such as payment slip.
51
51
 
52
52
  Settings can be configured:
53
53
 
54
- - globally
55
- - per user
56
- - per report
57
- - per user and report
54
+ - globally
55
+ - per user
56
+ - per report
57
+ - per user and report
58
58
 
59
59
  **Table of contents**
60
60
 
@@ -98,16 +98,16 @@ Usage
98
98
 
99
99
  Guidelines for use:
100
100
 
101
- - To update the CUPS printers in *Settings > Printing > Update
102
- Printers from CUPS*
103
- - To print a report on a specific printer or tray, you can change
104
- these in *Settings > Printing > Reports* to define default
105
- behaviour.
106
- - To print a report on a specific printer and/or tray for a user,
107
- you can change these in *Settings > Printing > Reports* in
108
- *Specific actions per user*
109
- - Users may also select a default action, printer or tray in their
110
- preferences.
101
+ - To update the CUPS printers in *Settings > Printing > Update
102
+ Printers from CUPS*
103
+ - To print a report on a specific printer or tray, you can change
104
+ these in *Settings > Printing > Reports* to define default
105
+ behaviour.
106
+ - To print a report on a specific printer and/or tray for a user, you
107
+ can change these in *Settings > Printing > Reports* in *Specific
108
+ actions per user*
109
+ - Users may also select a default action, printer or tray in their
110
+ preferences.
111
111
 
112
112
  When no tray is configured for a report and a user, the default tray
113
113
  setup on the CUPS server is used.
@@ -115,9 +115,9 @@ setup on the CUPS server is used.
115
115
  Known issues / Roadmap
116
116
  ======================
117
117
 
118
- - With threaded printing there's no download fallback when the issue
119
- isn't detected by the CUPS Odoo backend. To able to do it, we would
120
- need to notify the bus or use web_notify for it.
118
+ - With threaded printing there's no download fallback when the issue
119
+ isn't detected by the CUPS Odoo backend. To able to do it, we would
120
+ need to notify the bus or use web_notify for it.
121
121
 
122
122
  Changelog
123
123
  =========
@@ -125,12 +125,12 @@ Changelog
125
125
  13.0.1.0.0 (2019-09-30)
126
126
  -----------------------
127
127
 
128
- - [RELEASE] Port from V12.
128
+ - [RELEASE] Port from V12.
129
129
 
130
130
  12.0.1.0.0 (2018-02-04)
131
131
  -----------------------
132
132
 
133
- - [RELEASE] Port from V11.
133
+ - [RELEASE] Port from V11.
134
134
 
135
135
  Bug Tracker
136
136
  ===========
@@ -138,7 +138,7 @@ Bug Tracker
138
138
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/report-print-send/issues>`_.
139
139
  In case of trouble, please check there if your issue has already been reported.
140
140
  If you spotted it first, help us to smash it by providing a detailed and welcomed
141
- `feedback <https://github.com/OCA/report-print-send/issues/new?body=module:%20base_report_to_printer%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
141
+ `feedback <https://github.com/OCA/report-print-send/issues/new?body=module:%20base_report_to_printer%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
142
142
 
143
143
  Do not contact contributors directly about support or help with technical issues.
144
144
 
@@ -158,23 +158,30 @@ Authors
158
158
  Contributors
159
159
  ------------
160
160
 
161
- - Ferran Pegueroles <ferran@pegueroles.com>
162
- - Albert Cervera i Areny <albert@nan-tic.com>
163
- - Davide Corio <davide.corio@agilebg.com>
164
- - Lorenzo Battistini <lorenzo.battistini@agilebg.com>
165
- - Yannick Vaucher <yannick.vaucher@camptocamp.com>
166
- - Lionel Sausin <ls@numerigraphe.com>
167
- - Guewen Baconnier <guewen.baconnier@camptocamp.com>
168
- - Dave Lasley <dave@laslabs.com>
169
- - Sylvain Garancher <sylvain.garancher@syleam.fr>
170
- - Jairo Llopis <jairo.llopis@tecnativa.com>
171
- - Graeme Gellatly <graeme@o4sb.com>
172
- - Rod Schouteden <rod@schout-it.be>
173
- - Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
174
- - Matias Peralta <mnp@adhoc.com.ar>
175
- - Hughes Damry <hughes.damry@acsone.eu>
176
- - Akim Juillerat <akim.juillerat@camptocamp.com>
177
- - Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
161
+ - Ferran Pegueroles <ferran@pegueroles.com>
162
+ - Albert Cervera i Areny <albert@nan-tic.com>
163
+ - Davide Corio <davide.corio@agilebg.com>
164
+ - Lorenzo Battistini <lorenzo.battistini@agilebg.com>
165
+ - Yannick Vaucher <yannick.vaucher@camptocamp.com>
166
+ - Lionel Sausin <ls@numerigraphe.com>
167
+ - Guewen Baconnier <guewen.baconnier@camptocamp.com>
168
+ - Dave Lasley <dave@laslabs.com>
169
+ - Sylvain Garancher <sylvain.garancher@syleam.fr>
170
+ - Jairo Llopis <jairo.llopis@tecnativa.com>
171
+ - Graeme Gellatly <graeme@o4sb.com>
172
+ - Rod Schouteden <rod@schout-it.be>
173
+ - Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
174
+ - Matias Peralta <mnp@adhoc.com.ar>
175
+ - Hughes Damry <hughes.damry@acsone.eu>
176
+ - Akim Juillerat <akim.juillerat@camptocamp.com>
177
+ - Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
178
+ - Tris Doan <tridm@trobz.com>
179
+
180
+ Other credits
181
+ -------------
182
+
183
+ The migration of this module from 17.0 to 18.0 was financially supported
184
+ by Camptocamp.
178
185
 
179
186
  Maintainers
180
187
  -----------
@@ -189,6 +196,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
189
196
  mission is to support the collaborative development of Odoo features and
190
197
  promote its widespread use.
191
198
 
192
- This module is part of the `OCA/report-print-send <https://github.com/OCA/report-print-send/tree/17.0/base_report_to_printer>`_ project on GitHub.
199
+ This module is part of the `OCA/report-print-send <https://github.com/OCA/report-print-send/tree/18.0/base_report_to_printer>`_ project on GitHub.
193
200
 
194
201
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "Report to printer",
10
- "version": "17.0.1.1.1",
10
+ "version": "18.0.1.0.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),"
@@ -9,25 +9,19 @@
9
9
  <field name="name">Send to Client</field>
10
10
  <field name="action_type">client</field>
11
11
  </record>
12
- <!-- properties -->
13
- <record forcecreate="True" id="property_printing_action_id" model="ir.property">
14
- <field name="name">property_printing_action_id</field>
15
- <field
16
- name="fields_id"
17
- search="[('model', '=', 'ir.actions.report'), ('name', '=', 'property_printing_action_id')]"
18
- />
19
- <field name="value" eval="'printing.action,' + str(printing_action_2)" />
20
- </record>
21
12
  <record forcecreate="True" id="ir_cron_update_printers" model="ir.cron">
22
13
  <field name="name">Update Printers Jobs</field>
23
14
  <field name="active" eval="True" />
24
15
  <field name="user_id" ref="base.user_root" />
25
16
  <field name="interval_number">1</field>
26
17
  <field name="interval_type">minutes</field>
27
- <field name="numbercall">-1</field>
28
- <field name="doall" eval="False" />
29
18
  <field name="model_id" ref="base_report_to_printer.model_printing_server" />
30
19
  <field name="state">code</field>
31
20
  <field name="code">model.action_update_jobs()</field>
32
21
  </record>
22
+ <function
23
+ model="ir.default"
24
+ name="set"
25
+ eval="('ir.actions.report', 'property_printing_action_id', obj().env.ref('base_report_to_printer.printing_action_2').id)"
26
+ />
33
27
  </odoo>
@@ -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 ""
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 17.0\n"
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -170,7 +170,6 @@ msgstr ""
170
170
  #. module: base_report_to_printer
171
171
  #. odoo-javascript
172
172
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
173
- #, python-format
174
173
  msgid "Could not sent to printer!"
175
174
  msgstr ""
176
175
 
@@ -317,7 +316,6 @@ msgstr ""
317
316
  #. module: base_report_to_printer
318
317
  #. odoo-python
319
318
  #: code:addons/base_report_to_printer/models/printing_server.py:0
320
- #, python-format
321
319
  msgid ""
322
320
  "Failed to connect to the CUPS server on %(address)s:%(port)s. Check that the"
323
321
  " CUPS server is running and that you can reach it from the Odoo server."
@@ -336,7 +334,6 @@ msgstr ""
336
334
  #. module: base_report_to_printer
337
335
  #. odoo-python
338
336
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
339
- #, python-format
340
337
  msgid ""
341
338
  "Following attachments could not be printed:\n"
342
339
  "\n"
@@ -394,7 +391,6 @@ msgstr ""
394
391
  #. module: base_report_to_printer
395
392
  #. odoo-javascript
396
393
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
397
- #, python-format
398
394
  msgid "Issue on"
399
395
  msgstr ""
400
396
 
@@ -493,7 +489,6 @@ msgstr ""
493
489
  #. module: base_report_to_printer
494
490
  #. odoo-python
495
491
  #: code:addons/base_report_to_printer/models/ir_actions_report.py:0
496
- #, python-format
497
492
  msgid "No printer configured to print this report."
498
493
  msgstr ""
499
494
 
@@ -558,7 +553,6 @@ msgstr ""
558
553
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
559
554
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
560
555
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
561
- #, python-format
562
556
  msgid "Print"
563
557
  msgstr ""
564
558
 
@@ -802,7 +796,6 @@ msgstr ""
802
796
  #. module: base_report_to_printer
803
797
  #. odoo-javascript
804
798
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
805
- #, python-format
806
799
  msgid "Successfully sent to printer!"
807
800
  msgstr ""
808
801
 
@@ -825,7 +818,6 @@ msgstr ""
825
818
  #. module: base_report_to_printer
826
819
  #. odoo-javascript
827
820
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
828
- #, python-format
829
821
  msgid "The report"
830
822
  msgstr ""
831
823
 
@@ -844,7 +836,6 @@ msgstr ""
844
836
  #. module: base_report_to_printer
845
837
  #. odoo-python
846
838
  #: code:addons/base_report_to_printer/models/ir_actions_report.py:0
847
- #, python-format
848
839
  msgid "This report type (%s) is not supported by direct printing!"
849
840
  msgstr ""
850
841
 
@@ -931,13 +922,11 @@ msgstr ""
931
922
  #. module: base_report_to_printer
932
923
  #. odoo-javascript
933
924
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
934
- #, python-format
935
925
  msgid "couldn't be printed. Click on the button below to download it"
936
926
  msgstr ""
937
927
 
938
928
  #. module: base_report_to_printer
939
929
  #. odoo-python
940
930
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
941
- #, python-format
942
931
  msgid "{name} ({copies} copies)"
943
932
  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
 
@@ -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 "Fehler im Dokument"
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 "Dateien wurden nicht vollständig erhalten"
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 "Wenn angehakt ist dieser Server verwendbar."
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 "Keine Daten erhalten"
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 "Kein Drucker zum Druck dieses Berichts bestimmt."
505
500
 
@@ -564,7 +559,6 @@ msgstr "Port auf dem 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 "Druck"
570
564
 
@@ -809,7 +803,6 @@ msgstr "Statusmeldung"
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 "Die ID eines Jobs muss je Server eindeutig sein."
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