From: Ludovic CHEVALIER Date: Mon, 28 Dec 2015 10:03:53 +0000 (+0100) Subject: [MODULE] ~fix themes order X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=commitdiff_plain;h=546ea5faab00bd0726fef084b975430274289baa;ds=sidebyside [MODULE] ~fix themes order --- diff --git a/bikecoop.py b/bikecoop.py index 07f8614..818dbb9 100644 --- a/bikecoop.py +++ b/bikecoop.py @@ -43,8 +43,6 @@ class Theme(osv.osv): 'active': lambda *a: 1, } - _order = 'name' - Theme()