[Erp5-report] r29321 - /erp5/trunk/products/ERP5/PropertySheet/Preference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 30 15:05:30 CEST 2009
Author: fabien
Date: Wed Sep 30 15:05:28 2009
New Revision: 29321
URL: http://svn.erp5.org?rev=29321&view=rev
Log:
add preferred_float_number_style preference property to be able to store wich
float style we want to use in all the application
Modified:
erp5/trunk/products/ERP5/PropertySheet/Preference.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Preference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Preference.py?rev=29321&r1=29320&r2=29321&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] Wed Sep 30 15:05:28 2009
@@ -56,6 +56,12 @@
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
+ { 'id' : 'preferred_float_number_style',
+ 'description' : 'The style of float number (with comma, point, '\
+ 'space, ...).',
+ 'type' : 'string',
+ 'preference' : 1,
+ 'mode' : 'w'},
{ 'id' : 'preferred_money_quantity_style',
'description' : 'The style of money quantities.',
'type' : 'string',
More information about the Erp5-report
mailing list