From 6837139a925190d8cc6054fcfc9e605110d9591d Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Thu, 2 May 2013 14:33:28 +0200 Subject: [PATCH 1/1] Vue projet : rajout d'informations pour les chantiers --- projet.py | 2 +- views/projet.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/projet.py b/projet.py index e1858da..8b3b876 100644 --- a/projet.py +++ b/projet.py @@ -236,7 +236,7 @@ class qqch(osv.Model): "commentaire": fields.text(string="Commentaire"), "statut": fields.selection(_statuts, string="Statut"), "version": fields.char(string="Version", size=16), - "date_jalon": fields.date(sring="Jalon"), + "date_jalon": fields.date(string="Jalon"), "date_init_deb": fields.date(string="Date initiale début"), "date_init_fin": fields.date(string="Date initiale de fin"), "date_plan_deb": fields.date(string="Date plannifiée début"), diff --git a/views/projet.xml b/views/projet.xml index 75c2615..4c97d88 100644 --- a/views/projet.xml +++ b/views/projet.xml @@ -73,6 +73,14 @@ + + + + + + + + -- 1.7.10.4