[Erp5-report] r27934 - /erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 3 19:11:36 CEST 2009
Author: nicolas
Date: Fri Jul 3 19:11:34 2009
New Revision: 27934
URL: http://svn.erp5.org?rev=27934&view=rev
Log:
add new property to Preferences
Modified:
erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
Modified: erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py?rev=27934&r1=27933&r2=27934&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py [utf8] Fri Jul 3 19:11:34 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
@@ -89,6 +90,12 @@
'default' : ['always','problem','never'],
'write_permission': 'Manage properties',
'mode' : 'w'},
+ { 'id' : 'preferred_conversion_cache_factory',
+ 'description' : 'Preferred Conversion Cache',
+ 'type' : 'string',
+ 'write_permission': 'Manage properties',
+ 'preference' : 1,
+ 'mode' : '' },
)
# vim: shiftwidth=2
More information about the Erp5-report
mailing list