odoo-addon-base-report-to-printer 15.0.1.2.1__py3-none-any.whl → 15.0.1.3.0__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 (41) hide show
  1. odoo/addons/base_report_to_printer/README.rst +8 -1
  2. odoo/addons/base_report_to_printer/__manifest__.py +6 -1
  3. odoo/addons/base_report_to_printer/i18n/am.po +18 -1
  4. odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot +37 -0
  5. odoo/addons/base_report_to_printer/i18n/bg.po +18 -1
  6. odoo/addons/base_report_to_printer/i18n/ca.po +18 -1
  7. odoo/addons/base_report_to_printer/i18n/de.po +18 -1
  8. odoo/addons/base_report_to_printer/i18n/el_GR.po +18 -1
  9. odoo/addons/base_report_to_printer/i18n/es.po +52 -18
  10. odoo/addons/base_report_to_printer/i18n/es_AR.po +18 -1
  11. odoo/addons/base_report_to_printer/i18n/es_ES.po +18 -1
  12. odoo/addons/base_report_to_printer/i18n/fi.po +18 -1
  13. odoo/addons/base_report_to_printer/i18n/fr.po +18 -1
  14. odoo/addons/base_report_to_printer/i18n/gl.po +18 -1
  15. odoo/addons/base_report_to_printer/i18n/hr.po +18 -1
  16. odoo/addons/base_report_to_printer/i18n/hr_HR.po +18 -1
  17. odoo/addons/base_report_to_printer/i18n/it.po +18 -1
  18. odoo/addons/base_report_to_printer/i18n/nl.po +18 -1
  19. odoo/addons/base_report_to_printer/i18n/nl_NL.po +18 -1
  20. odoo/addons/base_report_to_printer/i18n/pt.po +18 -1
  21. odoo/addons/base_report_to_printer/i18n/pt_BR.po +18 -1
  22. odoo/addons/base_report_to_printer/i18n/pt_PT.po +18 -1
  23. odoo/addons/base_report_to_printer/i18n/sl.po +18 -1
  24. odoo/addons/base_report_to_printer/i18n/sv.po +18 -1
  25. odoo/addons/base_report_to_printer/i18n/tr.po +18 -1
  26. odoo/addons/base_report_to_printer/i18n/zh_CN.po +18 -1
  27. odoo/addons/base_report_to_printer/readme/CONFIGURE.rst +3 -0
  28. odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst +1 -0
  29. odoo/addons/base_report_to_printer/readme/USAGE.rst +3 -0
  30. odoo/addons/base_report_to_printer/security/ir.model.access.csv +1 -0
  31. odoo/addons/base_report_to_printer/security/security.xml +4 -0
  32. odoo/addons/base_report_to_printer/static/description/index.html +6 -1
  33. odoo/addons/base_report_to_printer/static/src/js/systray_printer_selector.esm.js +41 -0
  34. odoo/addons/base_report_to_printer/static/src/xml/systray_printer_selector.xml +22 -0
  35. odoo/addons/base_report_to_printer/wizards/__init__.py +1 -0
  36. odoo/addons/base_report_to_printer/wizards/user_dafault_printer_selector_views.xml +29 -0
  37. odoo/addons/base_report_to_printer/wizards/user_default_printer_selector.py +19 -0
  38. {odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info → odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info}/METADATA +9 -2
  39. {odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info → odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info}/RECORD +41 -37
  40. {odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info → odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info}/WHEEL +1 -1
  41. {odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info → odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info}/top_level.txt +0 -0
@@ -382,6 +382,13 @@ msgstr "Serverns IP-adress eller värdnamn"
382
382
  msgid "If checked, this server is useable."
383
383
  msgstr "Om rutan är ikryssad är servern användbar."
384
384
 
385
+ #. module: base_report_to_printer
386
+ #. openerp-web
387
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
388
+ #, python-format
389
+ msgid "Issue on"
390
+ msgstr ""
391
+
385
392
  #. module: base_report_to_printer
386
393
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
387
394
  msgid "Job"
@@ -555,8 +562,11 @@ msgid "Port of the server."
555
562
  msgstr "Serverns port."
556
563
 
557
564
  #. module: base_report_to_printer
565
+ #. openerp-web
566
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
558
567
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
559
568
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
569
+ #, python-format
560
570
  msgid "Print"
561
571
  msgstr "Skriv ut"
562
572
 
@@ -831,7 +841,7 @@ msgstr "Jobbets ID måste vara unikt per server !"
831
841
  #. openerp-web
832
842
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
833
843
  #, python-format
834
- msgid "The printer couldn't be reached. Downloading document instead"
844
+ msgid "The report"
835
845
  msgstr ""
836
846
 
837
847
  #. module: base_report_to_printer
@@ -956,6 +966,13 @@ msgstr "Användare"
956
966
  msgid "Wizard"
957
967
  msgstr ""
958
968
 
969
+ #. module: base_report_to_printer
970
+ #. openerp-web
971
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
972
+ #, python-format
973
+ msgid "couldn't be printed. Click on the button below to download it"
974
+ msgstr ""
975
+
959
976
  #. module: base_report_to_printer
960
977
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
961
978
  #, python-format
@@ -384,6 +384,13 @@ msgstr ""
384
384
  msgid "If checked, this server is useable."
385
385
  msgstr ""
386
386
 
387
+ #. module: base_report_to_printer
388
+ #. openerp-web
389
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
390
+ #, python-format
391
+ msgid "Issue on"
392
+ msgstr ""
393
+
387
394
  #. module: base_report_to_printer
388
395
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
389
396
  msgid "Job"
@@ -557,8 +564,11 @@ msgid "Port of the server."
557
564
  msgstr ""
558
565
 
559
566
  #. module: base_report_to_printer
567
+ #. openerp-web
568
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
560
569
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
561
570
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
571
+ #, python-format
562
572
  msgid "Print"
563
573
  msgstr ""
564
574
 
@@ -833,7 +843,7 @@ msgstr ""
833
843
  #. openerp-web
834
844
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
835
845
  #, python-format
836
- msgid "The printer couldn't be reached. Downloading document instead"
846
+ msgid "The report"
837
847
  msgstr ""
838
848
 
839
849
  #. module: base_report_to_printer
@@ -954,6 +964,13 @@ msgstr ""
954
964
  msgid "Wizard"
955
965
  msgstr ""
956
966
 
967
+ #. module: base_report_to_printer
968
+ #. openerp-web
969
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
970
+ #, python-format
971
+ msgid "couldn't be printed. Click on the button below to download it"
972
+ msgstr ""
973
+
957
974
  #. module: base_report_to_printer
958
975
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
959
976
  #, python-format
@@ -385,6 +385,13 @@ msgstr ""
385
385
  msgid "If checked, this server is useable."
386
386
  msgstr ""
387
387
 
388
+ #. module: base_report_to_printer
389
+ #. openerp-web
390
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
391
+ #, python-format
392
+ msgid "Issue on"
393
+ msgstr ""
394
+
388
395
  #. module: base_report_to_printer
389
396
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
390
397
  msgid "Job"
@@ -558,8 +565,11 @@ msgid "Port of the server."
558
565
  msgstr ""
559
566
 
560
567
  #. module: base_report_to_printer
568
+ #. openerp-web
569
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
561
570
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
562
571
  #: model_terms:ir.ui.view,arch_db:base_report_to_printer.wizard_print_attachment_form
572
+ #, python-format
563
573
  msgid "Print"
564
574
  msgstr ""
565
575
 
@@ -834,7 +844,7 @@ msgstr ""
834
844
  #. openerp-web
835
845
  #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
836
846
  #, python-format
837
- msgid "The printer couldn't be reached. Downloading document instead"
847
+ msgid "The report"
838
848
  msgstr ""
839
849
 
840
850
  #. module: base_report_to_printer
@@ -955,6 +965,13 @@ msgstr ""
955
965
  msgid "Wizard"
956
966
  msgstr ""
957
967
 
968
+ #. module: base_report_to_printer
969
+ #. openerp-web
970
+ #: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js:0
971
+ #, python-format
972
+ msgid "couldn't be printed. Click on the button below to download it"
973
+ msgstr ""
974
+
958
975
  #. module: base_report_to_printer
959
976
  #: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
960
977
  #, python-format
@@ -11,3 +11,6 @@ to change the configuration of your CUPS server and set the JobPrivateValue
11
11
  directive to "none" (or some other list of values which does not include
12
12
  "job-name") , and reload the server. See `cupsd.conf(5)
13
13
  <https://www.cups.org/doc/man-cupsd.conf.html>` for details.
14
+
15
+ If you want to see the button in the top bar to set the user's printer, you need
16
+ to have the "Show printer button on navbar" group.
@@ -18,3 +18,4 @@
18
18
 
19
19
  * Sergio Teruel
20
20
  * David Vidal
21
+ * Carlos Roca
@@ -11,3 +11,6 @@ Guidelines for use:
11
11
 
12
12
  When no tray is configured for a report and a user, the
13
13
  default tray setup on the CUPS server is used.
14
+
15
+ The users are able to change their default printer by using the button with the
16
+ printer icon set on the navbar.
@@ -1,2 +1,3 @@
1
1
  id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
2
2
  access_printing_printer_update_wizard,printers update,model_printing_printer_update_wizard,base.group_system,1,1,1,1
3
+ access_wiz_user_default_printer_selector,access_wiz_user_default_printer_selector,model_wiz_user_default_printer_selector,base.group_user,1,1,1,1
@@ -13,6 +13,10 @@
13
13
  <record id="base.group_erp_manager" model="res.groups">
14
14
  <field name="implied_ids" eval="[(4, ref('printing_group_manager'))]" />
15
15
  </record>
16
+ <record id="printer_button_group" model="res.groups">
17
+ <field name="name">Show printer button on navbar</field>
18
+ <field name="users" eval="[Command.link(ref('base.user_admin'))]" />
19
+ </record>
16
20
  <record id="printing_server_group_manager" model="ir.model.access">
17
21
  <field name="name">Printing Server Manager</field>
18
22
  <field name="model_id" ref="model_printing_server" />
@@ -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:d01e7484148b791ad16131189bac95c50224b19a7bff27f4720ab76fa22d1efd
370
+ !! source digest: sha256:e011c241ee380aa0d79bcb59bb218da563b6a320eb7c9c439c91dc8a31e4545e
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/15.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-15-0/report-print-send-15-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=15.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>
@@ -438,6 +438,8 @@ to change the configuration of your CUPS server and set the JobPrivateValue
438
438
  directive to “none” (or some other list of values which does not include
439
439
  “job-name”) , and reload the server. See <cite>cupsd.conf(5)
440
440
  &lt;https://www.cups.org/doc/man-cupsd.conf.html&gt;</cite> for details.</p>
441
+ <p>If you want to see the button in the top bar to set the user’s printer, you need
442
+ to have the “Show printer button on navbar” group.</p>
441
443
  </div>
442
444
  <div class="section" id="usage">
443
445
  <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
@@ -456,6 +458,8 @@ change these in <em>Settings &gt; Printing &gt; Reports</em> in
456
458
  </blockquote>
457
459
  <p>When no tray is configured for a report and a user, the
458
460
  default tray setup on the CUPS server is used.</p>
461
+ <p>The users are able to change their default printer by using the button with the
462
+ printer icon set on the navbar.</p>
459
463
  </div>
460
464
  <div class="section" id="known-issues-roadmap">
461
465
  <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
@@ -522,6 +526,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
522
526
  <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
523
527
  <li>Sergio Teruel</li>
524
528
  <li>David Vidal</li>
529
+ <li>Carlos Roca</li>
525
530
  </ul>
526
531
  </li>
527
532
  </ul>
@@ -0,0 +1,41 @@
1
+ /* @odoo-module */
2
+ /* Copyright 2025 Tecnativa - Carlos Roca
3
+ * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
4
+ import {registry} from "@web/core/registry";
5
+ import {useService} from "@web/core/utils/hooks";
6
+ const {onWillStart} = owl.hooks;
7
+ const {Component} = owl;
8
+
9
+ export class SelectPrinterMenu extends Component {
10
+ setup() {
11
+ this.action = useService("action");
12
+ this.user = useService("user");
13
+ onWillStart(async () => {
14
+ this.isPrinterUser = await this.user.hasGroup(
15
+ "base_report_to_printer.printer_button_group"
16
+ );
17
+ });
18
+ }
19
+
20
+ /**
21
+ * Go to user init action when clicking it
22
+ * @private
23
+ */
24
+ onClickSelectPrinter() {
25
+ this.action.doAction(
26
+ "base_report_to_printer.action_user_default_printer_selector"
27
+ );
28
+ }
29
+ }
30
+
31
+ SelectPrinterMenu.template = "base_report_to_printer.PrinterSelectorButton";
32
+
33
+ export const systrayPrinterSelector = {
34
+ Component: SelectPrinterMenu,
35
+ };
36
+
37
+ registry
38
+ .category("systray")
39
+ .add("base_report_to_printer.printer_selector_button", systrayPrinterSelector, {
40
+ sequence: 100,
41
+ });
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <templates>
3
+ <t t-name="base_report_to_printer.PrinterSelectorButton" owl="1">
4
+ <div class="div_printer_selector">
5
+ <a
6
+ class=""
7
+ name="printer_selector"
8
+ title="Select user printer"
9
+ href="#"
10
+ role="button"
11
+ t-on-click="onClickSelectPrinter"
12
+ t-if="isPrinterUser"
13
+ >
14
+ <i
15
+ class="fa fa-lg fa-print"
16
+ role="img"
17
+ aria-label="Select user printer"
18
+ />
19
+ </a>
20
+ </div>
21
+ </t>
22
+ </templates>
@@ -1,2 +1,3 @@
1
1
  from . import print_attachment_report
2
2
  from . import printing_printer_update_wizard
3
+ from . import user_default_printer_selector
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <odoo>
3
+ <record id="view_user_default_printer_selector_form" model="ir.ui.view">
4
+ <field name="name">wiz.user.default.printer.selector.form</field>
5
+ <field name="model">wiz.user.default.printer.selector</field>
6
+ <field name="arch" type="xml">
7
+ <form>
8
+ <field name="printing_printer_id" widget="selection_badge" />
9
+ <footer>
10
+ <button
11
+ type="object"
12
+ name="action_confirm"
13
+ string="Confirm"
14
+ class="btn-primary"
15
+ />
16
+ <button string="Cancel" class="btn-secondary" special="cancel" />
17
+ </footer>
18
+ </form>
19
+ </field>
20
+ </record>
21
+
22
+ <record model="ir.actions.act_window" id="action_user_default_printer_selector">
23
+ <field name="name">Select printer</field>
24
+ <field name="res_model">wiz.user.default.printer.selector</field>
25
+ <field name="view_mode">form</field>
26
+ <field name="target">new</field>
27
+ </record>
28
+
29
+ </odoo>
@@ -0,0 +1,19 @@
1
+ # Copyright 2024 Tecnativa - Sergio Teruel
2
+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3
+
4
+ from odoo import fields, models
5
+
6
+
7
+ class WizStockBarcodesUserPrinterSelector(models.TransientModel):
8
+ _name = "wiz.user.default.printer.selector"
9
+ _description = "Wizard to select user printer"
10
+
11
+ printing_printer_id = fields.Many2one(
12
+ comodel_name="printing.printer",
13
+ string="Default Printer",
14
+ default=lambda self: self.env.user.printing_printer_id,
15
+ )
16
+
17
+ def action_confirm(self):
18
+ self.ensure_one()
19
+ self.env.user.printing_printer_id = self.printing_printer_id
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-base_report_to_printer
3
- Version: 15.0.1.2.1
3
+ Version: 15.0.1.3.0
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:d01e7484148b791ad16131189bac95c50224b19a7bff27f4720ab76fa22d1efd
26
+ !! source digest: sha256:e011c241ee380aa0d79bcb59bb218da563b6a320eb7c9c439c91dc8a31e4545e
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -105,6 +105,9 @@ directive to "none" (or some other list of values which does not include
105
105
  "job-name") , and reload the server. See `cupsd.conf(5)
106
106
  <https://www.cups.org/doc/man-cupsd.conf.html>` for details.
107
107
 
108
+ If you want to see the button in the top bar to set the user's printer, you need
109
+ to have the "Show printer button on navbar" group.
110
+
108
111
  Usage
109
112
  =====
110
113
 
@@ -122,6 +125,9 @@ Guidelines for use:
122
125
  When no tray is configured for a report and a user, the
123
126
  default tray setup on the CUPS server is used.
124
127
 
128
+ The users are able to change their default printer by using the button with the
129
+ printer icon set on the navbar.
130
+
125
131
  Known issues / Roadmap
126
132
  ======================
127
133
 
@@ -188,6 +194,7 @@ Contributors
188
194
 
189
195
  * Sergio Teruel
190
196
  * David Vidal
197
+ * Carlos Roca
191
198
 
192
199
  Maintainers
193
200
  ~~~~~~~~~~~
@@ -1,31 +1,31 @@
1
- odoo/addons/base_report_to_printer/README.rst,sha256=EehFgVzF2VdbjYmVXdtdTi2CiitymkkV-ZYi91VcYBk,6389
1
+ odoo/addons/base_report_to_printer/README.rst,sha256=PpdCrWVAZAtv8wjCn9rg-ZMW1TpR9K0_PRAW9ha739c,6651
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=7QY5iRMRiMiwm-v3e89UeHg7h0Hjy7d--O1s999J_uE,1478
3
+ odoo/addons/base_report_to_printer/__manifest__.py,sha256=DTcCF_mE3Sy9874yOLbIjq2xwMtQF1Eeqhj6Ix3wLF0,1745
4
4
  odoo/addons/base_report_to_printer/data/printing_data.xml,sha256=_D1pBsEJ8oQ2JvO0lFKaAM7yypZloLcyOaG9OFYVyIM,1476
5
- odoo/addons/base_report_to_printer/i18n/am.po,sha256=qrCRT78q4Bf_xwzrY9Ymc7H3ldAow8SHdmXyvwcPFUs,38868
6
- odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot,sha256=rdX_0h45gqoCv0GBX1mlj3YYwB0yoS15rrZpskW8sbA,38963
7
- odoo/addons/base_report_to_printer/i18n/bg.po,sha256=0FONvcYQrPjTxgL9HfZWgOyZik9MSHo0oyPBKwjo-Ec,38967
8
- odoo/addons/base_report_to_printer/i18n/ca.po,sha256=jgk8dnUhDt8GVbL_H-syuZ33VdDlAigkohYq9Ofy3w0,38867
9
- odoo/addons/base_report_to_printer/i18n/de.po,sha256=RQtQSPedHoiyOojR-azoZmUA-gip4Hag7iZjblQbZwg,42490
10
- odoo/addons/base_report_to_printer/i18n/el_GR.po,sha256=CGy2D15yXBWUDnjCC1azxZzeWF8hC-W9aUPr7KgcuYk,38986
11
- odoo/addons/base_report_to_printer/i18n/es.po,sha256=1T_Sgjqwd8vXfpGlAVqwXVt0YRTXtmhwjVigw6caCZk,43610
12
- odoo/addons/base_report_to_printer/i18n/es_AR.po,sha256=iJ0uyywg0_iYjRBwQ46aL9whBM25iYQqwqbRFv7e7nk,42656
13
- odoo/addons/base_report_to_printer/i18n/es_ES.po,sha256=GpUQ1nuHr6RKNuSKjXeMaXAJJGJlV7Q3jvxUsZNVQyQ,38886
14
- odoo/addons/base_report_to_printer/i18n/fi.po,sha256=7Z3rdVcSi6sUsJzX1bGMP_G5bm_BO-jtNylPDKftdi8,38873
15
- odoo/addons/base_report_to_printer/i18n/fr.po,sha256=HPFHabcUELWuuk1dJ_F07jda7bzCOXME-roKmxrxp8Q,40197
16
- odoo/addons/base_report_to_printer/i18n/gl.po,sha256=WnHwMQA6yg_ty8exRWBhwin7NeIZlTQoM9uoxguvrn0,38870
17
- odoo/addons/base_report_to_printer/i18n/hr.po,sha256=TVi7loq6-WJ-DpG9GpC_osBpOYsjcMPOFipc_RVb7nw,41426
18
- odoo/addons/base_report_to_printer/i18n/hr_HR.po,sha256=rGb-iTlV8_Q4udv4WzaByrEuduEe9InNUjUX_JfQWo4,38966
19
- odoo/addons/base_report_to_printer/i18n/it.po,sha256=gSniNP3tw6jzXNu2iv4uqX8QJynan7atl5VlBAicWDM,39481
20
- odoo/addons/base_report_to_printer/i18n/nl.po,sha256=-jvPP0D20EzdEJSauwG9rljQ0UUeMoDTBBQtNYw-Y5g,38832
21
- odoo/addons/base_report_to_printer/i18n/nl_NL.po,sha256=wpvFsiqPM1faQLvAjminPC7n0MrcHnlhYl8mXCttaL0,39443
22
- odoo/addons/base_report_to_printer/i18n/pt.po,sha256=_MI-Z8tVf9zr24ugFQfpHZXfPoIvzR40zvXFtbsWzaM,38882
23
- odoo/addons/base_report_to_printer/i18n/pt_BR.po,sha256=WvToUhKHe81WA8K96qalhmmxgof4V2wEoh4T75zJKuA,38941
24
- odoo/addons/base_report_to_printer/i18n/pt_PT.po,sha256=5w1R3ysHke6Zt1dRoKS3OjsjOUoqyS_pjxXG0wuxsEA,38902
25
- odoo/addons/base_report_to_printer/i18n/sl.po,sha256=n84nUeIbdt8ggBiFLXoUIThM0nNZb9PKjflSCGZPl38,38969
26
- odoo/addons/base_report_to_printer/i18n/sv.po,sha256=-h0_DnJhYkAEkThDVjaV-YT-P4cHY96BokNp37lvcfA,42124
27
- odoo/addons/base_report_to_printer/i18n/tr.po,sha256=-HvEUZyWcXiv_W_sRNh4_5a9WovUTUCnLYTrg-OzOTg,38851
28
- odoo/addons/base_report_to_printer/i18n/zh_CN.po,sha256=cwKzxj5xZEALApPpI2d42msMplYK42r8viAFuhOFB6k,38863
5
+ odoo/addons/base_report_to_printer/i18n/am.po,sha256=icdbwTl4m9h5TlblvcEenS8E2VkaggbpC4FpFBJmMg8,39333
6
+ odoo/addons/base_report_to_printer/i18n/base_report_to_printer.pot,sha256=jH0X7NJDbgLXnGck94d-g-2DofXKTmcrxpJ0vNm4uyw,40926
7
+ odoo/addons/base_report_to_printer/i18n/bg.po,sha256=9KCGcvNdXbzhpm3ouf3hQGq-WnpyWAtvNr9ppCm0nQU,39432
8
+ odoo/addons/base_report_to_printer/i18n/ca.po,sha256=XEmMJoF4pR1s-fooxdgjlFQ82oEcN-DOB4Z1icU-f84,39332
9
+ odoo/addons/base_report_to_printer/i18n/de.po,sha256=NoV6ytYK8Mc2t6fmtA3hkJ4D1laKE4Mi3OlJs7XqxMg,42955
10
+ odoo/addons/base_report_to_printer/i18n/el_GR.po,sha256=CHPBIzAourxcLGbxPcYd34E_s53eih2pvvTfNNRND7o,39451
11
+ odoo/addons/base_report_to_printer/i18n/es.po,sha256=2yw_zC8ccUZZjoYxtPb_AYr1TjEPpGQRVDoJjpJSTfQ,45694
12
+ odoo/addons/base_report_to_printer/i18n/es_AR.po,sha256=i0ZkUFbo6s2KOVJjG03ip5wObR7TR55fvaskX0ZjDrA,43121
13
+ odoo/addons/base_report_to_printer/i18n/es_ES.po,sha256=YU0stfKss_6omg4VIcW5_r3DNAzFr-clTUTk1DiEIrs,39351
14
+ odoo/addons/base_report_to_printer/i18n/fi.po,sha256=RRmskK23l-303GU1DufnI_RKKBpl6P_LDjP5stHFlDU,39338
15
+ odoo/addons/base_report_to_printer/i18n/fr.po,sha256=9O-mK4eWBYQY_RkEZCDNnGbxn7dMab7tGw3OJerPDFU,40662
16
+ odoo/addons/base_report_to_printer/i18n/gl.po,sha256=depe5T_NM0G1utiU5QSiOMi0_nzcDEmlhFdMVUM_KY0,39335
17
+ odoo/addons/base_report_to_printer/i18n/hr.po,sha256=uE2UfJZBiVwsRGGaO-iyFiumyVqQvP2DFfEjT5SKGWE,41891
18
+ odoo/addons/base_report_to_printer/i18n/hr_HR.po,sha256=Y__s3-qhTnYJgCtmwsvAuOnDDEYNoNoIWfNQMBI5Koo,39431
19
+ odoo/addons/base_report_to_printer/i18n/it.po,sha256=350YySRdsA4cszZgZGlWbnQO8Al-Jv-xs-rsV0EA7BM,39946
20
+ odoo/addons/base_report_to_printer/i18n/nl.po,sha256=83V7M2dGB8OH_7hmtgI2pmRgVPpXpr3gIF8xrnXRxqw,39297
21
+ odoo/addons/base_report_to_printer/i18n/nl_NL.po,sha256=l4oT80FfDsIMyCrnAzMRyhvSuj0CGD9SWQKMkqMk3I4,39908
22
+ odoo/addons/base_report_to_printer/i18n/pt.po,sha256=xOXrD9HUOf2qtLegS9yIym0Gfb8uVM6yof6MmTaZNA8,39347
23
+ odoo/addons/base_report_to_printer/i18n/pt_BR.po,sha256=lk3a7_7-GqwU7_CluRdhkMyasLcsJWfxC58I5C33M0E,39406
24
+ odoo/addons/base_report_to_printer/i18n/pt_PT.po,sha256=bD8_4ux6wqw2YX9XsT7Ef9HXbTSB1j5Lq82ThBZO-F0,39367
25
+ odoo/addons/base_report_to_printer/i18n/sl.po,sha256=Xly5ha_jYDLpcGF9ymUQDyLfGzeMje6gJh4ZHH5669A,39434
26
+ odoo/addons/base_report_to_printer/i18n/sv.po,sha256=og8b8gaCtGCFuKLoO0MsizeB-MTWCTjBRxnykzvA4-A,42589
27
+ odoo/addons/base_report_to_printer/i18n/tr.po,sha256=YGb7L7y5pgIpYcgcmciofD0rGkaBWy8iq_z1rB5njkg,39316
28
+ odoo/addons/base_report_to_printer/i18n/zh_CN.po,sha256=yQL7xBzTcNhBCgqce1O3ApUUpInJ6MqJ5gFnwGtG8f8,39328
29
29
  odoo/addons/base_report_to_printer/models/__init__.py,sha256=y92zKlKN-X-KT04jwLi8XgUsY8HAbDiRvdPKDWCpvGo,243
30
30
  odoo/addons/base_report_to_printer/models/ir_actions_report.py,sha256=h5iQG_nbXUgzi_nx4E8giDBlRjvA5afpJCsKtPNwNSY,9245
31
31
  odoo/addons/base_report_to_printer/models/printing_action.py,sha256=5i1Vdd-59RxfMoJSI_24BwpHb2BXKm7brRmO17zzsF8,912
@@ -35,18 +35,20 @@ odoo/addons/base_report_to_printer/models/printing_report_xml_action.py,sha256=t
35
35
  odoo/addons/base_report_to_printer/models/printing_server.py,sha256=c7w5k3qoHuUlOGSSNFBlvdf2z6V_15UMdXuhcllSf38,10552
36
36
  odoo/addons/base_report_to_printer/models/printing_tray.py,sha256=tmSwhwdwiJIIRefDOQnLUG1k0tqAj96Pvh6T3zeYgzM,566
37
37
  odoo/addons/base_report_to_printer/models/res_users.py,sha256=2jbOTw8zX21GcmyyspEY_S78WV9JA26m2vwM09I2HkU,1614
38
- odoo/addons/base_report_to_printer/readme/CONFIGURE.rst,sha256=4iv4TSqIPqNM7_g7H8vO2oUT8zuOaySZWvTdeYfLUSM,656
39
- odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst,sha256=PLRVqJh9yMBe9Vo1ijAohQEKRG7CCB87uo_s7sgpnDg,747
38
+ odoo/addons/base_report_to_printer/readme/CONFIGURE.rst,sha256=C0J5a-yJJxR9pXocoXZa5TZOxhxgTohUJDCqd6MJVR0,789
39
+ odoo/addons/base_report_to_printer/readme/CONTRIBUTORS.rst,sha256=m9SVUGKZN3_kV-RIHWc189D2vJfcxuHIui9qFTa73N0,763
40
40
  odoo/addons/base_report_to_printer/readme/DESCRIPTION.rst,sha256=r9bWH-rEGsBaJM0owPnSZwPLCaji7FSopDvM9_Hf63Y,767
41
41
  odoo/addons/base_report_to_printer/readme/HISTORY.rst,sha256=ABtERQPm9HZB_R6jXIUgVKFWsAsN-DcRr96SX9foXZ4,153
42
42
  odoo/addons/base_report_to_printer/readme/INSTALL.rst,sha256=t2YpmitUkax9UiKn1geUUjPCNvf-uMR3oiyYdBWOXpg,246
43
43
  odoo/addons/base_report_to_printer/readme/ROADMAP.rst,sha256=mR5-Z4p6Mr9qB24NLMpbiiNP-SsQmHjdffeWgQOJ_Zo,190
44
- odoo/addons/base_report_to_printer/readme/USAGE.rst,sha256=__mLAaeK28z7E4PnK7L038QJFltllISiWXO_gT6JhK0,593
45
- odoo/addons/base_report_to_printer/security/ir.model.access.csv,sha256=tIjk4kiES-JnJ_vgM7QrBSkuldIfvqUH5mZAKYPnY08,194
46
- odoo/addons/base_report_to_printer/security/security.xml,sha256=O00e1bSgh_Wla57UQRbRSGRKdVip4WWi8NT1dIk7j0o,7438
44
+ odoo/addons/base_report_to_printer/readme/USAGE.rst,sha256=QZynV7RkIEFMY8oa93oukOkTo-BmBvvhDlqVGeAIJL4,706
45
+ odoo/addons/base_report_to_printer/security/ir.model.access.csv,sha256=cbNjSzWjQWApA_C3_r0r82NoCa8DMXyzNK8p0eLIVCE,340
46
+ odoo/addons/base_report_to_printer/security/security.xml,sha256=BoNB4z-LekmdNg4wLMyX6faqMdLyPHcaQyJ_ko6ayS4,7652
47
47
  odoo/addons/base_report_to_printer/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
48
- odoo/addons/base_report_to_printer/static/description/index.html,sha256=PVjswPZzAxbvfvAvg-_74-ER1g9hkoGiWIT8ocW2aoo,19313
48
+ odoo/addons/base_report_to_printer/static/description/index.html,sha256=Rk6kSOcZ3x5dm39D1tF7gpA8t2FflmFYldnk_7ILf3E,19598
49
49
  odoo/addons/base_report_to_printer/static/src/js/qweb_action_manager.esm.js,sha256=Wp1cRqIdRqYVaZE4hzPt5Ts04v8MU8MPHmahsyIHbdU,3596
50
+ odoo/addons/base_report_to_printer/static/src/js/systray_printer_selector.esm.js,sha256=OH8-9uPFLJFPCCXosXVAx3FkyGXbMYDOP_mjDQQWB18,1159
51
+ odoo/addons/base_report_to_printer/static/src/xml/systray_printer_selector.xml,sha256=NSsS4iz__pSca0Hby9QhYpOR9LmpF6by3iB-gc4WDeA,667
50
52
  odoo/addons/base_report_to_printer/tests/__init__.py,sha256=tpUyFuG96289zrpY1fTMi-moLC2KFq_93_NjuDCw1Rg,458
51
53
  odoo/addons/base_report_to_printer/tests/test_ir_actions_report.py,sha256=IoFRIJLCy2NIA_op7TvD5V6DBy9aj_cCYlWEasVyxjI,12086
52
54
  odoo/addons/base_report_to_printer/tests/test_printing_job.py,sha256=z7LZ9eJeloIE9jHCH1x-trsU6ZzWIjKyo7xiohL_jQY,2129
@@ -64,12 +66,14 @@ odoo/addons/base_report_to_printer/views/printing_printer.xml,sha256=b5Gc41RPMK6
64
66
  odoo/addons/base_report_to_printer/views/printing_report.xml,sha256=ivzOzDhs2iM1CapXuWAlgbhQ6knebj2akp1AOicI_gU,1453
65
67
  odoo/addons/base_report_to_printer/views/printing_server.xml,sha256=P0GffmjEYQsda5k5SoIYUgvhMrKvk2G2dT55tSvwTfY,2963
66
68
  odoo/addons/base_report_to_printer/views/res_users.xml,sha256=IIi8W930iAEp1jknTsZ5MxBP2qiRJE4DNMI6yME9G-c,1392
67
- odoo/addons/base_report_to_printer/wizards/__init__.py,sha256=MvgzXHSqDX2nGpbYkjyXSuv1iHe2ECwuPaAJdz5zitc,83
69
+ odoo/addons/base_report_to_printer/wizards/__init__.py,sha256=J0M3AKmv9j3tbwziGxWoBZ8AxPDig5YmsHp2bsKz0b0,127
68
70
  odoo/addons/base_report_to_printer/wizards/print_attachment_report.py,sha256=fhSkTl_QtdH0hsSqyuD9q0OHRlR7WPVJQGK5kV0wyTc,2472
69
71
  odoo/addons/base_report_to_printer/wizards/print_attachment_report.xml,sha256=nniCofH1YSOj_HeD4zTV1ilGTjhjCgdZUqK9lfBz2K4,2214
70
72
  odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard.py,sha256=l58Nk3BAVydb9Yi_fbh7FIpA-UDyTnvK7xIYvEr742c,895
71
73
  odoo/addons/base_report_to_printer/wizards/printing_printer_update_wizard_view.xml,sha256=UbN9xjc12hI57ojjs84hPgQOfqPbuD_XThPyvyMxp-Y,1399
72
- odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info/METADATA,sha256=hBiRIseusjJWU0A7tTUNR8rU3vE3bQbdvXdVooqTIRU,7021
73
- odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
74
- odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
75
- odoo_addon_base_report_to_printer-15.0.1.2.1.dist-info/RECORD,,
74
+ odoo/addons/base_report_to_printer/wizards/user_dafault_printer_selector_views.xml,sha256=hBTXkqyeu3TbyVv8j5ZiyHxtiQiHKRxMPLx-iSVsos8,1131
75
+ odoo/addons/base_report_to_printer/wizards/user_default_printer_selector.py,sha256=CFzJD3Uj82OWLm7MPx576X7d9Ex43NrtXWmg_g_uXaU,628
76
+ odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info/METADATA,sha256=3p7GoK2W1_Nhl0fUPQnav85fJOjYS8xtSGNrjM51Kk4,7283
77
+ odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
78
+ odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
79
+ odoo_addon_base_report_to_printer-15.0.1.3.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5