bugfix
authorFabien Pinckaers <fp@tinyerp.com>
Mon, 6 Apr 2009 15:59:16 +0000 (17:59 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Mon, 6 Apr 2009 15:59:16 +0000 (17:59 +0200)
bzr revid: fp@tinyerp.com-20090406155916-sv4wv1ajssjh5ewv

bin/addons/base/res/res_lang.py

index 3aa67a6..4a0763a 100644 (file)
@@ -28,7 +28,7 @@ class lang(osv.osv):
     _description = "Languages"
      
     def _get_default_date_format(self,cursor,user,context={}):
-        return '%Y-%m-%d'
+        return '%m/%d/%Y'
     
     def _get_default_time_format(self,cursor,user,context={}):
         return '%H:%M:%S'