From b99dec97d57e128585af7a91b5fbc07c26b8a801 Mon Sep 17 00:00:00 2001 From: sebalix Date: Sat, 19 Nov 2016 18:35:56 +0100 Subject: [PATCH 1/4] [FIX] auth_from_http_remote_user - Lint --- auth_from_http_remote_user/controllers/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_from_http_remote_user/controllers/main.py b/auth_from_http_remote_user/controllers/main.py index 85859619abb..60f165a223e 100644 --- a/auth_from_http_remote_user/controllers/main.py +++ b/auth_from_http_remote_user/controllers/main.py @@ -101,6 +101,7 @@ def _bind_http_remote_user(self, db_name): exc_info=True) raise e + randrange = random.SystemRandom().randrange From 3a9ed1b4bed4e458302010c57025c99542670284 Mon Sep 17 00:00:00 2001 From: sebalix Date: Sat, 19 Nov 2016 18:40:14 +0100 Subject: [PATCH 2/4] [FIX] server_environment - Lint --- server_environment/serv_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server_environment/serv_config.py b/server_environment/serv_config.py index 9ce642977da..97149942138 100644 --- a/server_environment/serv_config.py +++ b/server_environment/serv_config.py @@ -101,6 +101,7 @@ def _load_config(): return config_p + serv_config = _load_config() From 54beef543a2835ff32a764fb5d28e1ce074731d4 Mon Sep 17 00:00:00 2001 From: sebalix Date: Sat, 19 Nov 2016 18:41:37 +0100 Subject: [PATCH 3/4] [FIX] base_module_doc_rst - Lint --- base_module_doc_rst/report/ir_module_reference_print_graph.py | 1 + base_module_doc_rst/report/report_proximity_graph.py | 1 + 2 files changed, 2 insertions(+) diff --git a/base_module_doc_rst/report/ir_module_reference_print_graph.py b/base_module_doc_rst/report/ir_module_reference_print_graph.py index 2f101a62959..b67dd327b82 100644 --- a/base_module_doc_rst/report/ir_module_reference_print_graph.py +++ b/base_module_doc_rst/report/ir_module_reference_print_graph.py @@ -85,6 +85,7 @@ def _fields_find(self, obj): res = modobj.fields_get(self.cr, self.uid).items() return res + report_sxw.report_sxw( 'report.ir.module.reference.graph', 'ir.module.module', diff --git a/base_module_doc_rst/report/report_proximity_graph.py b/base_module_doc_rst/report/report_proximity_graph.py index 95023bdb68a..75a06494a70 100644 --- a/base_module_doc_rst/report/report_proximity_graph.py +++ b/base_module_doc_rst/report/report_proximity_graph.py @@ -118,4 +118,5 @@ def create(self, cr, uid, ids, data, context=None): ) return (pdf_string, 'pdf') + ReportGraph('report.proximity.graph', 'ir.module.module') From 86e024aa5e83b7108c1177cff1d1a009ef43c319 Mon Sep 17 00:00:00 2001 From: sebalix Date: Sat, 19 Nov 2016 19:12:07 +0100 Subject: [PATCH 4/4] [FIX] fetchmail_notify_error_to_sender - Fix XML view, it was the 'active' field from 'fetchmail_attach_from_folder' module which was targeted by mistake (belonging to another data model) --- fetchmail_notify_error_to_sender/__openerp__.py | 2 +- fetchmail_notify_error_to_sender/fetchmail_view.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fetchmail_notify_error_to_sender/__openerp__.py b/fetchmail_notify_error_to_sender/__openerp__.py index 3dc0ee4baf3..9b75e26b278 100644 --- a/fetchmail_notify_error_to_sender/__openerp__.py +++ b/fetchmail_notify_error_to_sender/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Send notice on fetchmail errors', 'summary': 'If fetching mails gives error, send an email to sender', - 'version': '8.0.1.0.0', + 'version': '8.0.1.0.1', 'category': 'Tools', 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', diff --git a/fetchmail_notify_error_to_sender/fetchmail_view.xml b/fetchmail_notify_error_to_sender/fetchmail_view.xml index 2364f95adab..c7223b29aea 100644 --- a/fetchmail_notify_error_to_sender/fetchmail_view.xml +++ b/fetchmail_notify_error_to_sender/fetchmail_view.xml @@ -7,9 +7,9 @@ fetchmail.server - - - + + +