odoo-addon-base-report-to-printer 17.0.1.0.0.3__py3-none-any.whl → 17.0.1.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.

@@ -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:f3d095976140559668814beeb5bcb40a206e66f014b87daca79b0d4e9fbd7eff
10
+ !! source digest: sha256:3d37f5e02c22560d293e60d6fb565eea3a6657926defd87d4a6ca71cc229ab60
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -89,8 +89,9 @@ this will not be displayed by CUPS web interface or in Odoo. To see this
89
89
  information, you need to change the configuration of your CUPS server
90
90
  and set the JobPrivateValue directive to "none" (or some other list of
91
91
  values which does not include "job-name") , and reload the server. See
92
- cupsd.conf(5) <https://www.cups.org/doc/man-cupsd.conf.html> for
93
- details.
92
+ cupsd.conf(5)
93
+ <`https://www.cups.org/doc/man-cupsd.conf.html\\> <https://www.cups.org/doc/man-cupsd.conf.html\>>`__
94
+ for details.
94
95
 
95
96
  Usage
96
97
  =====
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "Report to printer",
10
- "version": "17.0.1.0.0",
10
+ "version": "17.0.1.0.1",
11
11
  "category": "Generic Modules/Base",
12
12
  "author": "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
13
13
  " LasLabs, Camptocamp, Odoo Community Association (OCA),"
@@ -183,7 +183,8 @@ class PrintingPrinter(models.Model):
183
183
  options = self.print_options(report=report, **print_opts)
184
184
 
185
185
  _logger.debug(
186
- f"Sending job to CUPS printer {self.system_name} on {self.server_id.address} with options {options}"
186
+ f"Sending job to CUPS printer {self.system_name} on "
187
+ f"{self.server_id.address} with options {options}"
187
188
  )
188
189
  connection.printFile(self.system_name, file_name, title, options=options)
189
190
  _logger.info(f"Printing job: '{file_name}' on {self.server_id.address}")
@@ -366,7 +366,7 @@ ul.auto-toc {
366
366
  !! This file is generated by oca-gen-addon-readme !!
367
367
  !! changes will be overwritten. !!
368
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:f3d095976140559668814beeb5bcb40a206e66f014b87daca79b0d4e9fbd7eff
369
+ !! source digest: sha256:3d37f5e02c22560d293e60d6fb565eea3a6657926defd87d4a6ca71cc229ab60
370
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
  <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/17.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-17-0/report-print-send-17-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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
372
  <p>This module allows users to send reports to a printer attached to the
@@ -438,8 +438,9 @@ this will not be displayed by CUPS web interface or in Odoo. To see this
438
438
  information, you need to change the configuration of your CUPS server
439
439
  and set the JobPrivateValue directive to “none” (or some other list of
440
440
  values which does not include “job-name”) , and reload the server. See
441
- cupsd.conf(5) &lt;<a class="reference external" href="https://www.cups.org/doc/man-cupsd.conf.html">https://www.cups.org/doc/man-cupsd.conf.html</a>&gt; for
442
- details.</p>
441
+ cupsd.conf(5)
442
+ &lt;<a class="reference external" href="https://www.cups.org/doc/man-cupsd.conf.html&gt;">https://www.cups.org/doc/man-cupsd.conf.html\&gt;</a>
443
+ for details.</p>
443
444
  </div>
444
445
  <div class="section" id="usage">
445
446
  <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-base_report_to_printer
3
- Version: 17.0.1.0.0.3
3
+ Version: 17.0.1.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Requires-Dist: pycups
@@ -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:f3d095976140559668814beeb5bcb40a206e66f014b87daca79b0d4e9fbd7eff
26
+ !! source digest: sha256:3d37f5e02c22560d293e60d6fb565eea3a6657926defd87d4a6ca71cc229ab60
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -105,8 +105,9 @@ this will not be displayed by CUPS web interface or in Odoo. To see this
105
105
  information, you need to change the configuration of your CUPS server
106
106
  and set the JobPrivateValue directive to "none" (or some other list of
107
107
  values which does not include "job-name") , and reload the server. See
108
- cupsd.conf(5) <https://www.cups.org/doc/man-cupsd.conf.html> for
109
- details.
108
+ cupsd.conf(5)
109
+ <`https://www.cups.org/doc/man-cupsd.conf.html\\> <https://www.cups.org/doc/man-cupsd.conf.html\>>`__
110
+ for details.
110
111
 
111
112
  Usage
112
113
  =====
@@ -1,6 +1,6 @@
1
- odoo/addons/base_report_to_printer/README.rst,sha256=1iN7oEag7Oojadeli8OgiVkD3r-j64Tqwr2Yhr_z4IM,6208
1
+ odoo/addons/base_report_to_printer/README.rst,sha256=flfGEAIclpbbMdDvP61AcZuRfVAGTo_iRMosTgxDQQY,6263
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=8Fo8k63VAXA-SmH7E53SYloACjaWLXVe4q7JcnNk6hc,1438
3
+ odoo/addons/base_report_to_printer/__manifest__.py,sha256=mXRndlfFt6t1vMJ5ZBqKrbYBt93OoGz8TgrXBl87h_E,1438
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
6
  odoo/addons/base_report_to_printer/i18n/am.po,sha256=YDzk5b5cMXwVlCsRaiudXBgkXI08g5q5LLim9hOgJaI,36578
@@ -31,7 +31,7 @@ odoo/addons/base_report_to_printer/models/__init__.py,sha256=y92zKlKN-X-KT04jwLi
31
31
  odoo/addons/base_report_to_printer/models/ir_actions_report.py,sha256=c63wUgwAj6rq1nF7z5yY9BvPqaOxYclGWwVwJH9h9KE,7306
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=jDAQABz5oDnSMW4VGJj-8J-1q3ug_EXeqERG8SNhK00,4923
34
- odoo/addons/base_report_to_printer/models/printing_printer.py,sha256=rBzO__-ndi0f0SiISlsXcp1x85RkxhLtbxWdtgeAbRc,8623
34
+ odoo/addons/base_report_to_printer/models/printing_printer.py,sha256=1Z22PrnP22cMRKfi5ACG18aOJgikezklT3N7EkuMc_c,8639
35
35
  odoo/addons/base_report_to_printer/models/printing_report_xml_action.py,sha256=tHNX9cceVYXl2hsnFavKE8mCnfGpfOgTjudjkIk9PZc,1631
36
36
  odoo/addons/base_report_to_printer/models/printing_server.py,sha256=9_0lOXLtFRDri2bFVU8fh1gbfRl2YnHjv9TIP43DBsE,10219
37
37
  odoo/addons/base_report_to_printer/models/printing_tray.py,sha256=tmSwhwdwiJIIRefDOQnLUG1k0tqAj96Pvh6T3zeYgzM,566
@@ -44,7 +44,7 @@ odoo/addons/base_report_to_printer/readme/INSTALL.md,sha256=_AzvskY0An_rpz0vjWp4
44
44
  odoo/addons/base_report_to_printer/readme/USAGE.md,sha256=wHHBzN6pbyQdWYdGtAis2Byp4_B9fM1ceEeU2jejsxQ,615
45
45
  odoo/addons/base_report_to_printer/security/security.xml,sha256=O00e1bSgh_Wla57UQRbRSGRKdVip4WWi8NT1dIk7j0o,7438
46
46
  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=qpG2vXd-fyqAcumahnQd3a7wp7mrQLcdLXyqrLmpdIY,18922
47
+ odoo/addons/base_report_to_printer/static/description/index.html,sha256=xHvpjPj_eqhxM6FhG5vMr9QjFJGLT0pNr-nkY4N_-DY,18927
48
48
  odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js,sha256=sps5xQE_GoOgpfWinZrJ-K_2oJyd-uohgdakDuPhNGg,1076
49
49
  odoo/addons/base_report_to_printer/tests/__init__.py,sha256=tpUyFuG96289zrpY1fTMi-moLC2KFq_93_NjuDCw1Rg,458
50
50
  odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py,sha256=_rlGji87JwOJYZUxtBscE1gedNLonUssNWxfiBhZEjg,11405
@@ -68,7 +68,7 @@ odoo/addons/base_report_to_printer/wizards/print_attachment_report.py,sha256=VS7
68
68
  odoo/addons/base_report_to_printer/wizards/print_attachment_report.xml,sha256=Rvi4LKMuRvtF6-kIpEteco1rno1P_0CPKDo62J6WCVc,2187
69
69
  odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard.py,sha256=l58Nk3BAVydb9Yi_fbh7FIpA-UDyTnvK7xIYvEr742c,895
70
70
  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-17.0.1.0.0.3.dist-info/METADATA,sha256=6wClxEHQ4XYrJCh1THRkCNaIKG1Iw6A72t21FTTQHaM,6843
72
- odoo_addon_base_report_to_printer-17.0.1.0.0.3.dist-info/WHEEL,sha256=0WPb27lpWF0K4Majm_kVmkl1QxJZxoKxO5GGil8gPB4,81
73
- odoo_addon_base_report_to_printer-17.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
74
- odoo_addon_base_report_to_printer-17.0.1.0.0.3.dist-info/RECORD,,
71
+ odoo_addon_base_report_to_printer-17.0.1.0.1.dist-info/METADATA,sha256=9hLmwLAOgw2K2tgbJ1BB6aMC5MDkLdkoNUcOTpScuEI,6896
72
+ odoo_addon_base_report_to_printer-17.0.1.0.1.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
73
+ odoo_addon_base_report_to_printer-17.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
74
+ odoo_addon_base_report_to_printer-17.0.1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 0.5
2
+ Generator: Whool 1.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5