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 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') 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 - - - + + + 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()