Tri des domaines par leur id
authorAlicia FLOREZ <alicflorez@gmail.com>
Thu, 2 May 2013 15:04:04 +0000 (17:04 +0200)
committerAlicia FLOREZ <alicflorez@gmail.com>
Thu, 2 May 2013 15:04:04 +0000 (17:04 +0200)
projet.py

index 8b3b876..da2cdb4 100644 (file)
--- a/projet.py
+++ b/projet.py
@@ -168,6 +168,8 @@ class Domaine(osv.Model):
                                     string="Projets"),
     }
 
+    _order = "id"
+
 
 class Teammember(osv.Model):
     _name = "projet.teammember"