bt5: remove CatalogMethodTemplateItem.generateXml which is not correct and not used function diff -r b45deef68fac products/ERP5/Document/BusinessTemplate.py --- a/products/ERP5/Document/BusinessTemplate.py Thu Sep 18 17:28:45 2008 +0400 +++ b/products/ERP5/Document/BusinessTemplate.py Thu Sep 18 18:28:23 2008 +0400 @@ -1913,16 +1913,6 @@ f.write(xml_data) f.close() - # Function to generate XML Code Manually - def generateXml(self, path=None): - obj = self._objects[path] - xml_data = '' - obj.sort() - for key in obj: - xml_data += '\n %s' %(key) - xml_data += '\n' - return xml_data - def install(self, context, trashbin, **kw): ObjectTemplateItem.install(self, context, trashbin, **kw) catalog = _getCatalogValue(self)