diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index c8dac36448109a783c11c4b623cc6c3bcb375265..aa3d1c9f78b61f20e3a64a79fd6ac9f5564e400d 100755 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -195,6 +195,7 @@ class ERP5TypeInformation( FactoryTypeInformation, RoleProviderBase, Translation if self.init_script : # Acquire the init script in the context of this object init_script = getattr(ob, self.init_script) + kw['created_by_builder'] = created_by_builder init_script(*args, **kw) return ob