Commit 6ef4999d authored by Łukasz Nowak's avatar Łukasz Nowak

Recurse deeply.

parent 40c46234
...@@ -65,8 +65,6 @@ for module_id in portal.objectIds(("ERP5 Folder",)):\n ...@@ -65,8 +65,6 @@ for module_id in portal.objectIds(("ERP5 Folder",)):\n
if module_id.endswith("_module"):\n if module_id.endswith("_module"):\n
portal[module_id].activate().recurseCallMethod(\n portal[module_id].activate().recurseCallMethod(\n
method_id,\n method_id,\n
max_depth=1,\n
min_depth=0,\n
max_retry=0,\n max_retry=0,\n
activate_kw={\'tag\': tag,}\n activate_kw={\'tag\': tag,}\n
)\n )\n
......
13 14
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment