From 1679e9c7258d0878ac4887f5c6499e45ac7c10f9 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Mon, 27 Apr 2020 14:36:35 +0200 Subject: [PATCH] [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 | 1 + .../wizards/print_attachment_report.py | 77 +++++++++++++++++++ .../wizards/print_attachment_report.xml | 60 +++++++++++++++ 7 files changed, 143 insertions(+), 1 deletion(-) 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 5698f59..db77c7a 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -156,6 +156,7 @@ Contributors * Alexandre Fayolle * Matias Peralta * Hughes Damry +* Akim Juillerat Maintainers ~~~~~~~~~~~ diff --git a/base_report_to_printer/__manifest__.py b/base_report_to_printer/__manifest__.py index 3162307..ec2ce52 100644 --- a/base_report_to_printer/__manifest__.py +++ b/base_report_to_printer/__manifest__.py @@ -24,6 +24,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", ], "assets": { diff --git a/base_report_to_printer/readme/CONTRIBUTORS.rst b/base_report_to_printer/readme/CONTRIBUTORS.rst index 9fffa8e..db926ad 100644 --- a/base_report_to_printer/readme/CONTRIBUTORS.rst +++ b/base_report_to_printer/readme/CONTRIBUTORS.rst @@ -13,3 +13,4 @@ * Alexandre Fayolle * Matias Peralta * Hughes Damry +* Akim Juillerat diff --git a/base_report_to_printer/static/description/index.html b/base_report_to_printer/static/description/index.html index 1934af2..da7f965 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