From e4ce148208a695a5b667a71b8fc0313a5521ebf7 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Mon, 27 Apr 2020 14:36:35 +0200 Subject: [PATCH 1/2] [ADD] base_report_to_printer: Print attachments wizard --- base_report_to_printer/README.rst | 1 + base_report_to_printer/__manifest__.py | 1 + .../readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 3 +- base_report_to_printer/wizards/__init__.py | 2 +- .../wizards/print_attachment_report.py | 74 +++++++++++++++++++ .../wizards/print_attachment_report.xml | 50 +++++++++++++ 7 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 base_report_to_printer/wizards/print_attachment_report.py create mode 100644 base_report_to_printer/wizards/print_attachment_report.xml diff --git a/base_report_to_printer/README.rst b/base_report_to_printer/README.rst index 0c1819b..29208a5 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -139,6 +139,7 @@ Contributors * Sylvain Garancher * Jairo Llopis * Graeme Gellatly +* Akim Juillerat Maintainers ~~~~~~~~~~~ diff --git a/base_report_to_printer/__manifest__.py b/base_report_to_printer/__manifest__.py index bd0f323..6519026 100644 --- a/base_report_to_printer/__manifest__.py +++ b/base_report_to_printer/__manifest__.py @@ -25,6 +25,7 @@ 'views/printing_report.xml', 'views/res_users.xml', 'views/ir_actions_report.xml', + 'wizards/print_attachment_report.xml', 'wizards/printing_printer_update_wizard_view.xml', ], 'installable': True, diff --git a/base_report_to_printer/readme/CONTRIBUTORS.rst b/base_report_to_printer/readme/CONTRIBUTORS.rst index 4489cbd..e3eab6d 100644 --- a/base_report_to_printer/readme/CONTRIBUTORS.rst +++ b/base_report_to_printer/readme/CONTRIBUTORS.rst @@ -9,3 +9,4 @@ * Sylvain Garancher * Jairo Llopis * Graeme Gellatly +* Akim Juillerat diff --git a/base_report_to_printer/static/description/index.html b/base_report_to_printer/static/description/index.html index 84d99da..73b521d 100644 --- a/base_report_to_printer/static/description/index.html +++ b/base_report_to_printer/static/description/index.html @@ -3,7 +3,7 @@ - + Report to printer