diff --git a/product/ERP5/PropertySheet/Preference.py b/product/ERP5/PropertySheet/Preference.py index 8a9a68a0b8fd1a22ac8383d153347bc3830acb0e..e0c4ce980c83e3bf58914a9af731c799d980c8d9 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',