Commit 23ac4c9c authored by Georgios Dagkakis's avatar Georgios Dagkakis

BusinessTemplate: remove deprecated methods from DocumentTemplateItem

parent 1311072e
......@@ -4191,14 +4191,6 @@ class DocumentTemplateItem(FilesystemToZodbTemplateItem):
wf_history.pop('comment', None)
obj.workflow_history[wf_id] = WorkflowHistoryList([wf_history])
# XXX temporary should be eliminated from here
def _importFile(self, file_name, file_obj):
ObjectTemplateItem._importFile(self, file_name, file_obj)
# XXX temporary should be eliminated from here
def export(self, context, bta, **kw):
ObjectTemplateItem.export(self, context, bta, **kw)
def getTemplateIdList(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