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