Commit 18d4ea18 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Add Permissions and update Globals for ZSQLCatalog Product as it being included

inside ERP5.
parent 9657a75d
......@@ -13,6 +13,12 @@
"""ZCatalog product"""
# Update ERP5 Globals
from Products.ERP5Type.Utils import initializeProduct, updateGlobals
import sys, Permissions
this_module = sys.modules[ __name__ ]
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions)
import ZSQLCatalog, SQLCatalog
def initialize(context):
......
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