Reviewers: ,
Please review this at http://codereview.tryton.org/691002/
Affected files:
M trytond/ir/ir.xml
M trytond/ir/lang.xml
Index: trytond/ir/ir.xml
===================================================================
--- a/trytond/ir/ir.xml
+++ b/trytond/ir/ir.xml
@@ -11,7 +11,7 @@
<field name="code">en_US</field>
<field name="name">English</field>
<field name="date">%m/%d/%Y</field>
- <field name="grouping">[]</field>
+ <field name="grouping">[3, 3, 0]</field>
<field name="decimal_point">.</field>
<field name="thousands_sep">,</field>
</record>
Index: trytond/ir/lang.xml
===================================================================
--- a/trytond/ir/lang.xml
+++ b/trytond/ir/lang.xml
@@ -68,9 +68,9 @@
<field name="code">fr_FR</field>
<field name="name">French</field>
<field name="date">%d.%m.%Y</field>
- <field name="grouping">[]</field>
+ <field name="grouping">[3, 0]</field>
<field name="decimal_point">,</field>
- <field name="thousands_sep"></field>
+ <field name="thousands_sep"> </field>
</record>
<record model="ir.lang" id="lang_nl">
<field name="code">nl_NL</field>
--
--
[email protected] mailing list
---
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.