diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py index 39d51c14c10b3b3627fbe0fd42c98e916e2f335c..64185151b5e9cf23cd9018038c9d51d4de2254d6 100644 --- a/product/ERP5Type/Utils.py +++ b/product/ERP5Type/Utils.py @@ -1401,6 +1401,7 @@ def createDefaultAccessors(property_holder, id, prop = None, prop.get('acquisition_sync_value',0), prop.get('storage_id'), prop.get('alt_accessor_id'), + prop.get('acquisition_object_id'), (prop['type'] in list_types or prop.get('multivalued', 0)), (prop['type'] == 'tales') ) @@ -1474,6 +1475,7 @@ def createDefaultAccessors(property_holder, id, prop = None, prop.get('acquisition_sync_value',0), prop.get('storage_id'), prop.get('alt_accessor_id'), + prop.get('acquisition_object_id'), (prop['type'] in list_types or prop.get('multivalued', 0)), (prop['type'] == 'tales') )