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

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

Potentially problematic release.


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

Files changed (42) hide show
  1. odoo/addons/base_report_to_printer/README.rst +13 -1
  2. odoo/addons/base_report_to_printer/__manifest__.py +2 -1
  3. odoo/addons/base_report_to_printer/i18n/am.po +25 -2
  4. odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot +25 -2
  5. odoo/addons/base_report_to_printer/i18n/bg.po +25 -2
  6. odoo/addons/base_report_to_printer/i18n/ca.po +25 -2
  7. odoo/addons/base_report_to_printer/i18n/de.po +25 -2
  8. odoo/addons/base_report_to_printer/i18n/el_GR.po +25 -2
  9. odoo/addons/base_report_to_printer/i18n/es.po +28 -5
  10. odoo/addons/base_report_to_printer/i18n/es_AR.po +25 -2
  11. odoo/addons/base_report_to_printer/i18n/es_ES.po +25 -2
  12. odoo/addons/base_report_to_printer/i18n/fi.po +25 -2
  13. odoo/addons/base_report_to_printer/i18n/fr.po +26 -7
  14. odoo/addons/base_report_to_printer/i18n/gl.po +25 -2
  15. odoo/addons/base_report_to_printer/i18n/hr.po +25 -2
  16. odoo/addons/base_report_to_printer/i18n/hr_HR.po +25 -2
  17. odoo/addons/base_report_to_printer/i18n/it.po +32 -4
  18. odoo/addons/base_report_to_printer/i18n/nl.po +25 -2
  19. odoo/addons/base_report_to_printer/i18n/nl_NL.po +25 -2
  20. odoo/addons/base_report_to_printer/i18n/pt.po +25 -2
  21. odoo/addons/base_report_to_printer/i18n/pt_BR.po +25 -2
  22. odoo/addons/base_report_to_printer/i18n/pt_PT.po +25 -2
  23. odoo/addons/base_report_to_printer/i18n/sl.po +25 -2
  24. odoo/addons/base_report_to_printer/i18n/sv.po +25 -2
  25. odoo/addons/base_report_to_printer/i18n/tr.po +25 -2
  26. odoo/addons/base_report_to_printer/i18n/zh_CN.po +25 -2
  27. odoo/addons/base_report_to_printer/models/ir_actions_report.py +32 -1
  28. odoo/addons/base_report_to_printer/models/printing_printer.py +10 -2
  29. odoo/addons/base_report_to_printer/models/printing_server.py +6 -0
  30. odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst +5 -0
  31. odoo/addons/base_report_to_printer/readme/ROADMAP.rst +3 -0
  32. odoo/addons/base_report_to_printer/security/ir.model.access.csv +2 -0
  33. odoo/addons/base_report_to_printer/static/description/index.html +31 -17
  34. odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js +57 -19
  35. odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py +17 -0
  36. odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py +4 -3
  37. odoo/addons/base_report_to_printer/views/printing_printer.xml +1 -0
  38. odoo/addons/base_report_to_printer/views/printing_server.xml +1 -0
  39. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/METADATA +14 -2
  40. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/RECORD +42 -40
  41. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/WHEEL +0 -0
  42. {odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info → odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info}/top_level.txt +0 -0
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:9d9b0362fdecf578e230c992110f6a674fe46b63b185f38b5c180e2ea86c8cb5
370
+ !! source digest: sha256:b6075c1e1dd7cdecda74534f415e34eff210a7eb45270a9f9b086cb2c06563b1
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/report-print-send/tree/16.0/base_report_to_printer"><img alt="OCA/report-print-send" src="https://img.shields.io/badge/github-OCA%2Freport--print--send-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/report-print-send-16-0/report-print-send-16-0-base_report_to_printer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/report-print-send&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module allows users to send reports to a printer attached to the server.</p>
@@ -396,16 +396,17 @@ preprinted paper such as payment slip.</p>
396
396
  <li><a class="reference internal" href="#installation" id="toc-entry-1">Installation</a></li>
397
397
  <li><a class="reference internal" href="#configuration" id="toc-entry-2">Configuration</a></li>
398
398
  <li><a class="reference internal" href="#usage" id="toc-entry-3">Usage</a></li>
399
- <li><a class="reference internal" href="#changelog" id="toc-entry-4">Changelog</a><ul>
400
- <li><a class="reference internal" href="#section-1" id="toc-entry-5">13.0.1.0.0 (2019-09-30)</a></li>
401
- <li><a class="reference internal" href="#section-2" id="toc-entry-6">12.0.1.0.0 (2018-02-04)</a></li>
399
+ <li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-4">Known issues / Roadmap</a></li>
400
+ <li><a class="reference internal" href="#changelog" id="toc-entry-5">Changelog</a><ul>
401
+ <li><a class="reference internal" href="#section-1" id="toc-entry-6">13.0.1.0.0 (2019-09-30)</a></li>
402
+ <li><a class="reference internal" href="#section-2" id="toc-entry-7">12.0.1.0.0 (2018-02-04)</a></li>
402
403
  </ul>
403
404
  </li>
404
- <li><a class="reference internal" href="#bug-tracker" id="toc-entry-7">Bug Tracker</a></li>
405
- <li><a class="reference internal" href="#credits" id="toc-entry-8">Credits</a><ul>
406
- <li><a class="reference internal" href="#authors" id="toc-entry-9">Authors</a></li>
407
- <li><a class="reference internal" href="#contributors" id="toc-entry-10">Contributors</a></li>
408
- <li><a class="reference internal" href="#maintainers" id="toc-entry-11">Maintainers</a></li>
405
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-8">Bug Tracker</a></li>
406
+ <li><a class="reference internal" href="#credits" id="toc-entry-9">Credits</a><ul>
407
+ <li><a class="reference internal" href="#authors" id="toc-entry-10">Authors</a></li>
408
+ <li><a class="reference internal" href="#contributors" id="toc-entry-11">Contributors</a></li>
409
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-12">Maintainers</a></li>
409
410
  </ul>
410
411
  </li>
411
412
  </ul>
@@ -456,23 +457,31 @@ change these in <em>Settings &gt; Printing &gt; Reports</em> in
456
457
  <p>When no tray is configured for a report and a user, the
457
458
  default tray setup on the CUPS server is used.</p>
458
459
  </div>
460
+ <div class="section" id="known-issues-roadmap">
461
+ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
462
+ <ul class="simple">
463
+ <li>With threaded printing there’s no download fallback when the issue isn’t detected by
464
+ the CUPS Odoo backend. To able to do it, we would need to notify the bus or use
465
+ web_notify for it.</li>
466
+ </ul>
467
+ </div>
459
468
  <div class="section" id="changelog">
460
- <h1><a class="toc-backref" href="#toc-entry-4">Changelog</a></h1>
469
+ <h1><a class="toc-backref" href="#toc-entry-5">Changelog</a></h1>
461
470
  <div class="section" id="section-1">
462
- <h2><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0 (2019-09-30)</a></h2>
471
+ <h2><a class="toc-backref" href="#toc-entry-6">13.0.1.0.0 (2019-09-30)</a></h2>
463
472
  <ul class="simple">
464
473
  <li>[RELEASE] Port from V12.</li>
465
474
  </ul>
466
475
  </div>
467
476
  <div class="section" id="section-2">
468
- <h2><a class="toc-backref" href="#toc-entry-6">12.0.1.0.0 (2018-02-04)</a></h2>
477
+ <h2><a class="toc-backref" href="#toc-entry-7">12.0.1.0.0 (2018-02-04)</a></h2>
469
478
  <ul class="simple">
470
479
  <li>[RELEASE] Port from V11.</li>
471
480
  </ul>
472
481
  </div>
473
482
  </div>
474
483
  <div class="section" id="bug-tracker">
475
- <h1><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h1>
484
+ <h1><a class="toc-backref" href="#toc-entry-8">Bug Tracker</a></h1>
476
485
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/report-print-send/issues">GitHub Issues</a>.
477
486
  In case of trouble, please check there if your issue has already been reported.
478
487
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -480,9 +489,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
480
489
  <p>Do not contact contributors directly about support or help with technical issues.</p>
481
490
  </div>
482
491
  <div class="section" id="credits">
483
- <h1><a class="toc-backref" href="#toc-entry-8">Credits</a></h1>
492
+ <h1><a class="toc-backref" href="#toc-entry-9">Credits</a></h1>
484
493
  <div class="section" id="authors">
485
- <h2><a class="toc-backref" href="#toc-entry-9">Authors</a></h2>
494
+ <h2><a class="toc-backref" href="#toc-entry-10">Authors</a></h2>
486
495
  <ul class="simple">
487
496
  <li>Agile Business Group &amp; Domsense</li>
488
497
  <li>Pegueroles SCP</li>
@@ -493,7 +502,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
493
502
  </ul>
494
503
  </div>
495
504
  <div class="section" id="contributors">
496
- <h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2>
505
+ <h2><a class="toc-backref" href="#toc-entry-11">Contributors</a></h2>
497
506
  <ul class="simple">
498
507
  <li>Ferran Pegueroles &lt;<a class="reference external" href="mailto:ferran&#64;pegueroles.com">ferran&#64;pegueroles.com</a>&gt;</li>
499
508
  <li>Albert Cervera i Areny &lt;<a class="reference external" href="mailto:albert&#64;nan-tic.com">albert&#64;nan-tic.com</a>&gt;</li>
@@ -512,10 +521,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
512
521
  <li>Hughes Damry &lt;<a class="reference external" href="mailto:hughes.damry&#64;acsone.eu">hughes.damry&#64;acsone.eu</a>&gt;</li>
513
522
  <li>Akim Juillerat &lt;<a class="reference external" href="mailto:akim.juillerat&#64;camptocamp.com">akim.juillerat&#64;camptocamp.com</a>&gt;</li>
514
523
  <li>Jacques-Etienne Baudoux (BCIM) &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</li>
524
+ <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
525
+ <li>Sergio Teruel</li>
526
+ <li>David Vidal</li>
527
+ </ul>
528
+ </li>
515
529
  </ul>
516
530
  </div>
517
531
  <div class="section" id="maintainers">
518
- <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
532
+ <h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2>
519
533
  <p>This module is maintained by the OCA.</p>
520
534
  <a class="reference external image-reference" href="https://odoo-community.org">
521
535
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -1,4 +1,5 @@
1
1
  /** @odoo-module */
2
+ import {Markup} from "web.utils";
2
3
  import {registry} from "@web/core/registry";
3
4
 
4
5
  async function cupsReportActionHandler(action, options, env) {
@@ -8,36 +9,73 @@ async function cupsReportActionHandler(action, options, env) {
8
9
  const print_action = await orm.call(
9
10
  "ir.actions.report",
10
11
  "print_action_for_report_name",
11
- [action.report_name]
12
+ [action.report_name],
13
+ {context: {force_print_to_client: action.context.force_print_to_client}}
12
14
  );
13
- if (
14
- print_action &&
15
- print_action.action === "server" &&
16
- !print_action.printer_exception
17
- ) {
18
- const result = await orm.call("ir.actions.report", "print_document", [
19
- action.id,
20
- action.context.active_ids,
21
- action.data,
22
- ]);
15
+ var printer_exception = print_action.printer_exception;
16
+ if (print_action && print_action.action === "server" && !printer_exception) {
17
+ // The Odoo CUPS backend is ok. We try to print into the printer
18
+ const result = await orm.call(
19
+ "ir.actions.report",
20
+ "print_document_client_action",
21
+ [action.id, action.context.active_ids, action.data]
22
+ );
23
23
  if (result) {
24
24
  env.services.notification.add(env._t("Successfully sent to printer!"), {
25
25
  type: "success",
26
26
  });
27
- } else {
28
- env.services.notification.add(env._t("Could not send to printer!"), {
29
- type: "danger",
30
- });
27
+ return true;
28
+ // In case of exception during the job, we won't get any response. So we
29
+ // should flag the exception and notify the user
31
30
  }
32
- return true;
31
+ env.services.notification.add(env._t("Could not sent to printer!"), {
32
+ type: "danger",
33
+ });
34
+ printer_exception = true;
33
35
  }
34
- if (print_action.printer_exception) {
35
- env.services.notification.add(
36
- env._t("The printer couldn't be reached. Downloading document instead"),
36
+ if (print_action && print_action.action === "server" && printer_exception) {
37
+ // Just so the translation engine detects them as it doesn't do it inside
38
+ // template strings
39
+ const terms = {
40
+ the_report: env._t("The report"),
41
+ couldnt_be_printed: env._t(
42
+ "couldn't be printed. Click on the button below to download it"
43
+ ),
44
+ issue_on: env._t("Issue on"),
45
+ };
46
+ const notificationRemove = env.services.notification.add(
47
+ Markup(
48
+ `<p>${terms.the_report} <strong>${action.name}</strong> ${terms.couldnt_be_printed}</p>`
49
+ ),
37
50
  {
51
+ title: `${terms.issue_on} ${print_action.printer_name}`,
38
52
  type: "warning",
53
+ sticky: true,
54
+ messageIsHtml: true,
55
+ buttons: [
56
+ {
57
+ name: env._t("Print"),
58
+ primary: true,
59
+ icon: "fa-print",
60
+ onClick: async () => {
61
+ const context = {
62
+ force_print_to_client: true,
63
+ must_skip_send_to_printer: true,
64
+ };
65
+ env.services.user.updateContext(context);
66
+ await env.services.action.doAction(
67
+ {type: "ir.actions.report", ...action},
68
+ {
69
+ additionalContext: context,
70
+ }
71
+ );
72
+ notificationRemove();
73
+ },
74
+ },
75
+ ],
39
76
  }
40
77
  );
78
+ return true;
41
79
  }
42
80
  }
43
81
  }
@@ -295,3 +295,20 @@ class TestIrActionsReportXml(TransactionCase):
295
295
  self.assertEqual(action.printer_tray_id, tray)
296
296
  action.onchange_printing_printer_id()
297
297
  self.assertFalse(action.printer_tray_id)
298
+
299
+ def test_print_in_new_thread(self):
300
+ """It should return the action and printer from printing action in other thread"""
301
+ report = self.Model.search([], limit=1)
302
+ self.env.user.printing_action = "server"
303
+ printing_action = self.new_printing_action()
304
+ printing_action.user_id = self.env.user
305
+ printing_action.printer_id = self.new_printer()
306
+ printing_action.printer_id.multi_thread = True
307
+ self.assertEqual(
308
+ report.behaviour(),
309
+ {
310
+ "action": printing_action.action,
311
+ "printer": printing_action.printer_id,
312
+ "tray": False,
313
+ },
314
+ )
@@ -40,7 +40,7 @@ class TestPrintingPrinter(TransactionCase):
40
40
  self.server = self.env["printing.server"].create({})
41
41
  self.printer = self.env["printing.printer"].create(
42
42
  {
43
- "name": "Printer",
43
+ "name": "",
44
44
  "server_id": self.server.id,
45
45
  "system_name": "Sys Name",
46
46
  "default": True,
@@ -105,10 +105,11 @@ class TestPrintingPrinter(TransactionCase):
105
105
  Check that the update_printers method calls _prepare_update_from_cups
106
106
  """
107
107
  self.mock_cups_ppd(cups, file_name=False)
108
-
109
- self.assertEqual(self.printer.name, "Printer")
110
108
  self.ServerModel.update_printers()
111
109
  self.assertEqual(self.printer.name, "info")
110
+ self.printer.name = "My custom name"
111
+ self.ServerModel.update_printers()
112
+ self.assertEqual(self.printer.name, "My custom name")
112
113
 
113
114
  @mock.patch("%s.cups" % server_model)
114
115
  def test_prepare_update_from_cups_no_ppd(self, cups):
@@ -78,6 +78,7 @@
78
78
  <field name="location" />
79
79
  <field name="status" />
80
80
  <field name="status_message" />
81
+ <field name="multi_thread" />
81
82
  </group>
82
83
  <group string="Trays" name="trays">
83
84
  <field name="tray_ids" nolabel="1" colspan="2">
@@ -31,6 +31,7 @@
31
31
  <field name="user" />
32
32
  <field name="password" />
33
33
  <field name="encryption_policy" />
34
+ <field name="multi_thread" />
34
35
  </group>
35
36
  <group name="printers" string="Printers">
36
37
  <field name="printer_ids" nolabel="1" colspan="2" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-base_report_to_printer
3
- Version: 16.0.1.1.8.2
3
+ Version: 16.0.1.2.0.1
4
4
  Summary: Report to printer
5
5
  Home-page: https://github.com/OCA/report-print-send
6
6
  Author: Agile Business Group & Domsense, Pegueroles SCP, NaN, LasLabs, Camptocamp, Odoo Community Association (OCA), Open for Small Business Ltd
@@ -23,7 +23,7 @@ Report to printer
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:9d9b0362fdecf578e230c992110f6a674fe46b63b185f38b5c180e2ea86c8cb5
26
+ !! source digest: sha256:b6075c1e1dd7cdecda74534f415e34eff210a7eb45270a9f9b086cb2c06563b1
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -122,6 +122,13 @@ Guidelines for use:
122
122
  When no tray is configured for a report and a user, the
123
123
  default tray setup on the CUPS server is used.
124
124
 
125
+ Known issues / Roadmap
126
+ ======================
127
+
128
+ - With threaded printing there's no download fallback when the issue isn't detected by
129
+ the CUPS Odoo backend. To able to do it, we would need to notify the bus or use
130
+ web_notify for it.
131
+
125
132
  Changelog
126
133
  =========
127
134
 
@@ -179,6 +186,11 @@ Contributors
179
186
  * Akim Juillerat <akim.juillerat@camptocamp.com>
180
187
  * Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
181
188
 
189
+ * `Tecnativa <https://www.tecnativa.com>`_:
190
+
191
+ * Sergio Teruel
192
+ * David Vidal
193
+
182
194
  Maintainers
183
195
  ~~~~~~~~~~~
184
196
 
@@ -1,56 +1,58 @@
1
- odoo/addons/base_report_to_printer/README.rst,sha256=n63cYWzhUhFWNf-NOf7SWj2p1K66rFthKIWQfX27lRc,6157
1
+ odoo/addons/base_report_to_printer/README.rst,sha256=2k3rpmlnj5Pfl8bP43DA9Q73yC_NcgNizRIXjHBJoec,6475
2
2
  odoo/addons/base_report_to_printer/__init__.py,sha256=Ldk9I_2g8cYtB7aM2jrf7Si9uWQbxTyaUwq31rv-X1E,439
3
- odoo/addons/base_report_to_printer/__manifest__.py,sha256=CEqAYGeeFt3vH0mxxvuDO3Ni_6lJAOo-XFt-ZgoECEc,1438
3
+ odoo/addons/base_report_to_printer/__manifest__.py,sha256=VbX0iaBNf3s0DJ69tGWlnCAatXydSBoWwX5MPRb28Tw,1478
4
4
  odoo/addons/base_report_to_printer/data/neutralize.sql,sha256=ED9Je55ll3LB7G6W2Wjm9daqurleECxpmLe68DjCoWc,83
5
5
  odoo/addons/base_report_to_printer/data/printing_data.xml,sha256=_D1pBsEJ8oQ2JvO0lFKaAM7yypZloLcyOaG9OFYVyIM,1476
6
- odoo/addons/base_report_to_printer/i18n/am.po,sha256=1Ilrl65uRTbIHSM0w1iSaj8m5MDoNlJ5mv9lwLG8hCY,38547
7
- odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot,sha256=iRqBECD-ojbqfl8eH4UwLGXvLB4HrfovVUfFBEboPaU,38177
8
- odoo/addons/base_report_to_printer/i18n/bg.po,sha256=sMjrUwsVVjgxgKGSRsvlgK0N_Wdd1rLgeGDL6rTCOlk,38646
9
- odoo/addons/base_report_to_printer/i18n/ca.po,sha256=Cy-4pXlA_Fm8JIffdSMQD-szs5QYVMBI9hXE7HLEIN4,38546
10
- odoo/addons/base_report_to_printer/i18n/de.po,sha256=PDq8Ft5vVXNN093tbbaWDiTrTW-nfMhbS22Xs9iVTqs,42461
11
- odoo/addons/base_report_to_printer/i18n/el_GR.po,sha256=VdnO9fp4Zl4uHYOTifUIQsPc0mIYUVkpb4-zcMx_XPI,38665
12
- odoo/addons/base_report_to_printer/i18n/es.po,sha256=HvsDZd17ZJSsdE5MhDqbJOTLTkOxN29OeUxjFMYfppQ,44376
13
- odoo/addons/base_report_to_printer/i18n/es_AR.po,sha256=VAJR_Mv2mLbPax7QSIuGH2VNOYpMCj79JW0O01drgbQ,42627
14
- odoo/addons/base_report_to_printer/i18n/es_ES.po,sha256=XckWVxaLWKcPytqd0BVepoq9uZVxrN1WFdJBJ6r7uUk,38565
15
- odoo/addons/base_report_to_printer/i18n/fi.po,sha256=-aXX03Oebrif8_h3avOMRHQdUc7xMz9-GD7k-m4nUsc,38552
16
- odoo/addons/base_report_to_printer/i18n/fr.po,sha256=55GbXXH-XK9zkDV-7hhW5C7HiVddI7Z7QaFrrE_m1X8,43948
17
- odoo/addons/base_report_to_printer/i18n/gl.po,sha256=5ZmJVxp20jWKqvt48BtnbGhJgmW0PXcMpskoaH2GhE0,38549
18
- odoo/addons/base_report_to_printer/i18n/hr.po,sha256=ZvTYMAKxxpCCplGh_ksn4NRtDnYhFSYTqEQ8BOTRWiE,41201
19
- odoo/addons/base_report_to_printer/i18n/hr_HR.po,sha256=itnJ9Dw_VTN5Zch0z1bxOTRGqVVnibOgaSavrA5FnlU,38645
20
- odoo/addons/base_report_to_printer/i18n/it.po,sha256=3OcBcCC8-MKpi7rFh3rm-IUycy0r3nSaThsIP1nY0wY,43285
21
- odoo/addons/base_report_to_printer/i18n/nl.po,sha256=OSUpNTb597TDlBbQinWspCjtH5LR1r0tPJE7MwixZ-w,38511
22
- odoo/addons/base_report_to_printer/i18n/nl_NL.po,sha256=XeaiXk_V3xg6j_qNtBnVHYgL0prdZzLqdRvYyO-GOIw,39153
23
- odoo/addons/base_report_to_printer/i18n/pt.po,sha256=tloc4-xlCE2mdX1WNYjWhb46c6ySmiTv5XyhZLTr0kw,38561
24
- odoo/addons/base_report_to_printer/i18n/pt_BR.po,sha256=cMMSCCc8MWjtpVNla_QzTHhTCNdKAsWZNJ7SU1AWPb8,38620
25
- odoo/addons/base_report_to_printer/i18n/pt_PT.po,sha256=pJxXzoXOib7Vf5_Ci-cwcfDQaeg-ucAJblyIyGvw2Ds,38581
26
- odoo/addons/base_report_to_printer/i18n/sl.po,sha256=iAbYkdYFDAWkKlsf79MJSLGv9gvaKMlasHhBtwzO-9U,38679
27
- odoo/addons/base_report_to_printer/i18n/sv.po,sha256=XDxOivIGGb0_4EK6ZZg8GFks8R--HKVV9bYKxmUPY50,42095
28
- odoo/addons/base_report_to_printer/i18n/tr.po,sha256=Ou4UT_ajqApn12gFE5GxYf4s41ZfJ54DnML2Uata_7U,38530
29
- odoo/addons/base_report_to_printer/i18n/zh_CN.po,sha256=IhQktqFUa1M0cHh3d_ITVpxdjjHcoWPOn0iby6XFnCs,38542
6
+ odoo/addons/base_report_to_printer/i18n/am.po,sha256=gmTJ7ZRgRbbPeJwGlQMnypIJ5iSK2tY2OthCR3OH9wQ,39295
7
+ odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot,sha256=XqCI--E2zmJE3XOsh5uO5WrlclTmydb0WJGHICf3VvA,38925
8
+ odoo/addons/base_report_to_printer/i18n/bg.po,sha256=qPZxx6JghZ4-D6WQ009VRRDycwkrD2sSNVENN0Loia0,39394
9
+ odoo/addons/base_report_to_printer/i18n/ca.po,sha256=u8Uz51OlgfwmRBtMO0WmQvnTM6yPK2z0xRB4v50oo6o,39294
10
+ odoo/addons/base_report_to_printer/i18n/de.po,sha256=M65jsFQYOBW0vCtveOgJUys38oEgF3lbXYR4VyCQnIs,43209
11
+ odoo/addons/base_report_to_printer/i18n/el_GR.po,sha256=MhHgbgf-GKYtJv0Mu6v0Z9F75t9CPP5_MKlv3AkmXEk,39413
12
+ odoo/addons/base_report_to_printer/i18n/es.po,sha256=-7gNxJbJKtB3bMjcPefn6hsxH9LKNWeCqiSkHQ-Toig,45124
13
+ odoo/addons/base_report_to_printer/i18n/es_AR.po,sha256=7wUjk2VWXqbh8eQNWJD2lkeJDiUytsotDINcgMKrgsU,43375
14
+ odoo/addons/base_report_to_printer/i18n/es_ES.po,sha256=vYfz8lMshAo8vIlh9_eHTigqO_UAyj1kIzbVJgxfK_c,39313
15
+ odoo/addons/base_report_to_printer/i18n/fi.po,sha256=CvP-9vVH4SXwNpCJRB-m1vmEMaw4_9KNGeN5uMAZsbc,39300
16
+ odoo/addons/base_report_to_printer/i18n/fr.po,sha256=TClofNc8e4ErHxFkWUJjMZdVpQU-JMi2BWtKpeYn2IY,44627
17
+ odoo/addons/base_report_to_printer/i18n/gl.po,sha256=HB9lbEWiFtHZyCPcquG98onqJYnJzEzHOhzsWtUpyjs,39297
18
+ odoo/addons/base_report_to_printer/i18n/hr.po,sha256=S1fjG2AKxHXitZwVzcwiDTjW8xnGT9m-yEARS0lnZvo,41949
19
+ odoo/addons/base_report_to_printer/i18n/hr_HR.po,sha256=A7Qt1yOEwrpYGQfdKmiPm9itZ5gv5i_TqiOgthuLTAI,39393
20
+ odoo/addons/base_report_to_printer/i18n/it.po,sha256=73qpUpyF7MW-nhDIa6MvFsmcratCdQ1uAG3ZcLWYLBM,44143
21
+ odoo/addons/base_report_to_printer/i18n/nl.po,sha256=vDTn84HNw54maBxnhMMM8hEvSl6o62lG6K5vajTlpac,39259
22
+ odoo/addons/base_report_to_printer/i18n/nl_NL.po,sha256=_hJlAjWca4Z_4pBOweNFUCsPigRB7BwNvaI0Ep1B84U,39901
23
+ odoo/addons/base_report_to_printer/i18n/pt.po,sha256=0srzIPoiFyoguhIHzaR_xW9lF0p-5gV9uTGXWNzk3Hk,39309
24
+ odoo/addons/base_report_to_printer/i18n/pt_BR.po,sha256=TohLfKEDRuVIP0u6IO1ZQTF35X7NylTU6MITIlUTKj8,39368
25
+ odoo/addons/base_report_to_printer/i18n/pt_PT.po,sha256=uniF9lidDJAwGtHJrIWXHRT950xLF3XFLZht74Cw8rw,39329
26
+ odoo/addons/base_report_to_printer/i18n/sl.po,sha256=hcGd3pjUFse4PEQ3guGES6KrPNWsyZKp_tHqfJHcDMg,39427
27
+ odoo/addons/base_report_to_printer/i18n/sv.po,sha256=gaD8xmRCttrBw2NO4G5avdbnoEWLgJ4tdBqmVA2EYNE,42843
28
+ odoo/addons/base_report_to_printer/i18n/tr.po,sha256=pnmxuKVQRPzkzP5tY7Tzxu1LmM1He2wpjOTaJR8_6CQ,39278
29
+ odoo/addons/base_report_to_printer/i18n/zh_CN.po,sha256=ZIiZZKWM9Knn92HPYyilD-MTVTcNYjfVwn-Q9fA5dqk,39290
30
30
  odoo/addons/base_report_to_printer/models/__init__.py,sha256=y92zKlKN-X-KT04jwLi8XgUsY8HAbDiRvdPKDWCpvGo,243
31
- odoo/addons/base_report_to_printer/models/ir_actions_report.py,sha256=5HhTLi4MzL3RlGkR2kCgp0jjeaTya8EJiDRML8wToD4,8269
31
+ odoo/addons/base_report_to_printer/models/ir_actions_report.py,sha256=qGzleQcyCB8PQXyatJvGYs3B2QikCPWQki2BRbt2B9k,9461
32
32
  odoo/addons/base_report_to_printer/models/printing_action.py,sha256=5i1Vdd-59RxfMoJSI_24BwpHb2BXKm7brRmO17zzsF8,912
33
33
  odoo/addons/base_report_to_printer/models/printing_job.py,sha256=DBQSIqYhGVeqa2DgC_PWtoRAXbyLLvBKnNHn5G9XLWE,5029
34
- odoo/addons/base_report_to_printer/models/printing_printer.py,sha256=3avOPIsqTHUpu6H4dgJvmrCEQrSI3_8wUH-_BKj4wog,8678
34
+ odoo/addons/base_report_to_printer/models/printing_printer.py,sha256=hUm90szJSGu_1MBe6LXTFjyu_rxSJRHvD17XcGQWcHA,8981
35
35
  odoo/addons/base_report_to_printer/models/printing_report_xml_action.py,sha256=tHNX9cceVYXl2hsnFavKE8mCnfGpfOgTjudjkIk9PZc,1631
36
- odoo/addons/base_report_to_printer/models/printing_server.py,sha256=8NFqPPPZmDJIykOVpdRBUY80uRW9Al3hrJXWCtlyDqc,10197
36
+ odoo/addons/base_report_to_printer/models/printing_server.py,sha256=c7w5k3qoHuUlOGSSNFBlvdf2z6V_15UMdXuhcllSf38,10552
37
37
  odoo/addons/base_report_to_printer/models/printing_tray.py,sha256=tmSwhwdwiJIIRefDOQnLUG1k0tqAj96Pvh6T3zeYgzM,566
38
38
  odoo/addons/base_report_to_printer/models/res_users.py,sha256=2jbOTw8zX21GcmyyspEY_S78WV9JA26m2vwM09I2HkU,1614
39
39
  odoo/addons/base_report_to_printer/readme/CONFIGURE.rst,sha256=4iv4TSqIPqNM7_g7H8vO2oUT8zuOaySZWvTdeYfLUSM,656
40
- odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst,sha256=cPZS5CaJKZwkiXoNtuXy7zYSTDo2aY_VuCyoqH6LSA0,753
40
+ odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst,sha256=f0HP41ikm5lPMqLL1y5ePlW3IGkWKySDiapkAtQuF1c,833
41
41
  odoo/addons/base_report_to_printer/readme/DESCRIPTION.rst,sha256=r9bWH-rEGsBaJM0owPnSZwPLCaji7FSopDvM9_Hf63Y,767
42
42
  odoo/addons/base_report_to_printer/readme/HISTORY.rst,sha256=ABtERQPm9HZB_R6jXIUgVKFWsAsN-DcRr96SX9foXZ4,153
43
43
  odoo/addons/base_report_to_printer/readme/INSTALL.rst,sha256=t2YpmitUkax9UiKn1geUUjPCNvf-uMR3oiyYdBWOXpg,246
44
+ odoo/addons/base_report_to_printer/readme/ROADMAP.rst,sha256=mR5-Z4p6Mr9qB24NLMpbiiNP-SsQmHjdffeWgQOJ_Zo,190
44
45
  odoo/addons/base_report_to_printer/readme/USAGE.rst,sha256=__mLAaeK28z7E4PnK7L038QJFltllISiWXO_gT6JhK0,593
46
+ odoo/addons/base_report_to_printer/security/ir.model.access.csv,sha256=tIjk4kiES-JnJ_vgM7QrBSkuldIfvqUH5mZAKYPnY08,194
45
47
  odoo/addons/base_report_to_printer/security/security.xml,sha256=wnrjXp2w6bgVUt0c4kPfc8XOP3hPOox8jA2FdL0wdxw,7481
46
48
  odoo/addons/base_report_to_printer/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
47
- odoo/addons/base_report_to_printer/static/description/index.html,sha256=Oro7tb53-Khxuw-Q0ThzMfAuZT7WIz7_uKfOiWAVhJk,18958
48
- odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js,sha256=r6v4w6oXjQdLQHSDB46zJyJlWx03KtJEah5qSQNSNnU,1509
49
+ odoo/addons/base_report_to_printer/static/description/index.html,sha256=W9O3MHLM4BZA9bH3M-yXJH3PFf56JZFMoX-YzCdwmLk,19571
50
+ odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js,sha256=Wp1cRqIdRqYVaZE4hzPt5Ts04v8MU8MPHmahsyIHbdU,3596
49
51
  odoo/addons/base_report_to_printer/tests/__init__.py,sha256=tpUyFuG96289zrpY1fTMi-moLC2KFq_93_NjuDCw1Rg,458
50
- odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py,sha256=O7x-XjP3ShbnApyjVQ7dWIptIVYe-W_EoNLDVgjA19A,11412
52
+ odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py,sha256=IoFRIJLCy2NIA_op7TvD5V6DBy9aj_cCYlWEasVyxjI,12086
51
53
  odoo/addons/base_report_to_printer/tests/test_printing_job.py,sha256=z7LZ9eJeloIE9jHCH1x-trsU6ZzWIjKyo7xiohL_jQY,2129
52
54
  odoo/addons/base_report_to_printer/tests/test_printing_printer.py,sha256=W81b_kDStLnjWGnEbKj9k9L7dUAe-J9_sMcsYNNmAn0,7131
53
- odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py,sha256=RTKJy2hB7yRKg4q32oH2_SUxiiFQemVP7nmgKRcgw54,8917
55
+ odoo/addons/base_report_to_printer/tests/test_printing_printer_tray.py,sha256=Xr6g4x60Munkux9gDbir11U1QIHvepJUJu7kDgpxD_4,9004
54
56
  odoo/addons/base_report_to_printer/tests/test_printing_printer_wizard.py,sha256=LXsh0SYi41zDPD1hNxYsk_Yms9C7SvOuEEHuespINUU,3381
55
57
  odoo/addons/base_report_to_printer/tests/test_printing_report_xml_action.py,sha256=n3tgmex7wwiudvUqBjvVAmyu8s1AF2uOAyHbSyz9ICw,3191
56
58
  odoo/addons/base_report_to_printer/tests/test_printing_server.py,sha256=GekYiElVfCCDdByeuZUu0tBsT1IqYyX9eH0O8-ppJZU,7580
@@ -59,16 +61,16 @@ odoo/addons/base_report_to_printer/tests/test_report.py,sha256=FjvSL5NCXL_pwGlcn
59
61
  odoo/addons/base_report_to_printer/tests/test_res_users.py,sha256=Q_wqWEE7FvuLC5CPeYc8VQ12uyLV6rTlOhH8nQv9rOE,1983
60
62
  odoo/addons/base_report_to_printer/views/ir_actions_report.xml,sha256=CP_pykwKIJRjy39X1sp9CPOMaMpnt0PK8OR9-2DascU,890
61
63
  odoo/addons/base_report_to_printer/views/printing_job.xml,sha256=L25kmiDDl5bS0nvrA0rdkC_1_2U2JgiAD-7z_zwSdoY,1852
62
- odoo/addons/base_report_to_printer/views/printing_printer.xml,sha256=zvKWyobq_b-96YuGP7GAe6Lk1r81EDcdGx_DrfghslE,5957
64
+ odoo/addons/base_report_to_printer/views/printing_printer.xml,sha256=0pQ978HysX2aDU0uKTzOD63y4By4qDlYivzKje9f01Q,6011
63
65
  odoo/addons/base_report_to_printer/views/printing_report.xml,sha256=ivzOzDhs2iM1CapXuWAlgbhQ6knebj2akp1AOicI_gU,1453
64
- odoo/addons/base_report_to_printer/views/printing_server.xml,sha256=9YdvoXgwFbvWcaYfjmEUzBZkp2582g-mefu4VU9pnKw,2887
66
+ odoo/addons/base_report_to_printer/views/printing_server.xml,sha256=nT2XJZbXDSSpbZcJG7w0zcYGMFlqftc03LjG2sJhVPA,2941
65
67
  odoo/addons/base_report_to_printer/views/res_users.xml,sha256=IIi8W930iAEp1jknTsZ5MxBP2qiRJE4DNMI6yME9G-c,1392
66
68
  odoo/addons/base_report_to_printer/wizards/__init__.py,sha256=MvgzXHSqDX2nGpbYkjyXSuv1iHe2ECwuPaAJdz5zitc,83
67
69
  odoo/addons/base_report_to_printer/wizards/print_attachment_report.py,sha256=VS7FZ4Gz6ZjsUrsNXHqx2YBmagGWq-FnJJ5Wl64uaFY,2478
68
70
  odoo/addons/base_report_to_printer/wizards/print_attachment_report.xml,sha256=nniCofH1YSOj_HeD4zTV1ilGTjhjCgdZUqK9lfBz2K4,2214
69
71
  odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard.py,sha256=l58Nk3BAVydb9Yi_fbh7FIpA-UDyTnvK7xIYvEr742c,895
70
72
  odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard_view.xml,sha256=UbN9xjc12hI57ojjs84hPgQOfqPbuD_XThPyvyMxp-Y,1399
71
- odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info/METADATA,sha256=E7Y9MweLavNq6ZbRmMXLVvKSjBmXTe-hERPLWCZfcU4,6792
72
- odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
73
- odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
74
- odoo_addon_base_report_to_printer-16.0.1.1.8.2.dist-info/RECORD,,
73
+ odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info/METADATA,sha256=JyVGiTgM_jgmDEbVylOm7jdVv3qonym4NO98pCEtX7s,7110
74
+ odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
75
+ odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
76
+ odoo_addon_base_report_to_printer-16.0.1.2.0.1.dist-info/RECORD,,