From e1ba753e3646f12d2e45f3cf10a45ead4e944782 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 30 Sep 2009 13:05:28 +0000 Subject: [PATCH] add preferred_float_number_style preference property to be able to store wich float style we want to use in all the application git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29321 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Preference.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/product/ERP5/PropertySheet/Preference.py b/product/ERP5/PropertySheet/Preference.py index 8a9a68a0b8..e0c4ce980c 100644 --- a/product/ERP5/PropertySheet/Preference.py +++ b/product/ERP5/PropertySheet/Preference.py @@ -56,6 +56,12 @@ class Preference: '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', -- 2.30.9