Commit 640f86b7 authored by Bartek Górny's avatar Bartek Górny

Added minimalist import method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c31fd4b
......@@ -77,7 +77,9 @@ class XMLObject( Folder ):
"""
Replace the content of this object by providing an xml content
"""
pass
from Products.ERP5SyncML.Conduit.ERP5Conduit import ERP5Conduit
conduit = ERP5Conduit()
self.getParentValue().addNode(object=self, xml=xml, object_id=self.getId())
# Hash method
def __hash__(self):
......
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