Mise en page
authorAlicia FLOREZ <alicflorez@gmail.com>
Mon, 22 Apr 2013 09:22:26 +0000 (11:22 +0200)
committerAlicia FLOREZ <alicflorez@gmail.com>
Mon, 22 Apr 2013 09:22:26 +0000 (11:22 +0200)
projet.py
views/projet.xml

index 2567c4f..d805f94 100644 (file)
--- a/projet.py
+++ b/projet.py
@@ -263,8 +263,8 @@ class Chantier(osv.Model):
 class Palier(osv.Model):
     _name = "projet.palier"
 
-    _types_palier = [("normal", "Normal"), ("exceptionnel", "Exceptionnel"), ("correctif", "Correctif"), ("autre", "Autre")]
-
+    _types_palier = [("normal", "Normal"), ("exceptionnel", "Exceptionnel"),
+                     ("correctif", "Correctif"), ("autre", "Autre")]
 
     _inherit = "projet.qqch"
 
index 5aacbbc..c197a4d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
     <data>
-
+        <!--         VIEWS PROJET         -->
         <record model="ir.ui.view" id="projet_form_view">
             <field name="name">projet.form</field>
             <field name="model">projet.projet</field>