[Erp5-report] r34881 nicolas - /erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 30 11:36:47 CEST 2010
Author: nicolas
Date: Fri Apr 30 11:36:44 2010
New Revision: 34881
URL: http://svn.erp5.org?rev=34881&view=rev
Log:
remove call of clearConversionCache
Modified:
erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
Modified: erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/OOoDocument.py?rev=34881&r1=34880&r2=34881&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/OOoDocument.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/Document/OOoDocument.py [utf8] Fri Apr 30 11:36:44 2010
@@ -586,8 +586,6 @@
if not self.hasBaseData():
raise NotConvertedError
- self.clearConversionCache()
-
server_proxy = self._mkProxy()
response_code, response_dict, response_message = \
server_proxy.run_setmetadata(self.getId(),
More information about the Erp5-report
mailing list