diff --git a/product/ERP5/mixin/property_recordable.py b/product/ERP5/mixin/property_recordable.py index ec3e9633696d803b29381df766555402b3828d5c..7fedb3b4cc4d0fcc5899168cb4920f5a35ac6cbe 100644 --- a/product/ERP5/mixin/property_recordable.py +++ b/product/ERP5/mixin/property_recordable.py @@ -125,7 +125,7 @@ class PropertyRecordableMixin: which recorded properties in its context. """ context = self.asContext() - context.edit(**self._getRecordedPropertyDict(())) + context.edit(**self._getRecordedPropertyDict({})) return context def _getRecordedPropertyDict(self, *args):