From: Ludovic CHEVALIER Date: Mon, 28 Dec 2015 10:03:53 +0000 (+0100) Subject: [MODULE] ~fix themes order X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/%27%20.%20htmlspecialchars%28%20%24titleObj-%3EgetLocalURL%28%29%20%29%20.%40%40%20-1481%2C7%20%201481%2C7%20%40%40%20class%20Parser%20%7B?a=commitdiff_plain;h=546ea5faab00bd0726fef084b975430274289baa;p=burette%2Fbikecoop.git [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()