From 1e0714e008665dedf5048d768b33fc150207412a Mon Sep 17 00:00:00 2001 From: Renzo Meister Date: Fri, 28 Jul 2017 15:24:26 +0200 Subject: [PATCH] [8.0][FIX] help_online: XMLRPC Call problem To allow import of online help from XMLRPC a return value is required --- help_online/models/import_help_wizard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/help_online/models/import_help_wizard.py b/help_online/models/import_help_wizard.py index bb071784..9af737a4 100644 --- a/help_online/models/import_help_wizard.py +++ b/help_online/models/import_help_wizard.py @@ -47,3 +47,4 @@ class ImportHelpWizard(models.TransientModel): mode='init', noupdate=False, report=None) + return True