Commit d2b20709 authored by Sebastien Robin's avatar Sebastien Robin

allow class MovementGroup


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2144 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c50e541
...@@ -32,9 +32,13 @@ ...@@ -32,9 +32,13 @@
# Update ERP5 Globals # Update ERP5 Globals
from Products.ERP5Type.Utils import initializeProduct, updateGlobals from Products.ERP5Type.Utils import initializeProduct, updateGlobals
import sys, Permissions import sys, Permissions
import MovementGroup #import MovementGroup
this_module = sys.modules[ __name__ ] this_module = sys.modules[ __name__ ]
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions) document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions)
from Products.PythonScripts.Utility import allow_class
import MovementGroup
allow_class(MovementGroup)
from Globals import package_home from Globals import package_home
product_path = package_home( globals() ) product_path = package_home( globals() )
......
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