Browse Source

Merge pull request #683 from jamotion/bugfix_xmlrpc_call_failed

[8.0][FIX] help_online: XMLRPC Call problem
pull/445/merge
Pedro M. Baeza 7 years ago
committed by GitHub
parent
commit
d3a0e8b92a
  1. 1
      help_online/models/import_help_wizard.py

1
help_online/models/import_help_wizard.py

@ -47,3 +47,4 @@ class ImportHelpWizard(models.TransientModel):
mode='init',
noupdate=False,
report=None)
return True
Loading…
Cancel
Save