Commit 698b8212 authored by 's avatar

Made fixes to avoid having an import/export tab in ProductFolder.

parent f6605c17
......@@ -428,7 +428,7 @@ def initializeProduct(productp, name, home, app):
if old is not None: products._delObject(name)
products._setObject(name, product)
product.__of__(products)._postCopy(products)
product.manage_options=OFS.Folder.Folder.manage_options
product.manage_options=Folder.manage_options
product.icon='p_/InstalledProduct_icon'
product.version=fver
product._distribution=None
......
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