[MODULE] ~fix themes order
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 28 Dec 2015 10:03:53 +0000 (11:03 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 28 Dec 2015 10:03:53 +0000 (11:03 +0100)
bikecoop.py

index 07f8614..818dbb9 100644 (file)
@@ -43,8 +43,6 @@ class Theme(osv.osv):
         'active': lambda *a: 1,
     }
 
-    _order = 'name'
-
 Theme()