From 7431198043f850e699e2d81295d9c4b2000de003 Mon Sep 17 00:00:00 2001 From: Rod Schouteden Date: Thu, 5 Apr 2018 16:45:42 +0200 Subject: [PATCH] [9.0][10.0][11.0] [FIX] user access to printer objects (#138) This was default behavior in v8 where there was no specific group on the read access of these objects. The group was created in v9 so all versions upwards are affected --- base_report_to_printer/__manifest__.py | 2 +- base_report_to_printer/security/security.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/base_report_to_printer/__manifest__.py b/base_report_to_printer/__manifest__.py index 0c1e0b6..68b40b4 100644 --- a/base_report_to_printer/__manifest__.py +++ b/base_report_to_printer/__manifest__.py @@ -8,7 +8,7 @@ { 'name': "Report to printer", - 'version': '10.0.1.0.2', + 'version': '10.0.1.0.3', 'category': 'Generic Modules/Base', 'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN," " LasLabs, Odoo Community Association (OCA)", diff --git a/base_report_to_printer/security/security.xml b/base_report_to_printer/security/security.xml index 5bf2761..d0c96fd 100644 --- a/base_report_to_printer/security/security.xml +++ b/base_report_to_printer/security/security.xml @@ -7,6 +7,7 @@ Printing / Print User + Printing Server Manager