From: Alicia FLOREZ Date: Tue, 4 Jun 2013 15:49:25 +0000 (+0200) Subject: Projet - Ajout de nouveaux champs : 'use_chantier' et 'use_palier' X-Git-Url: http://git.inspyration.org/?p=OpenERP%2Fcmmi.git;a=commitdiff_plain;h=efd359080e9364a0db18117aeff13a319301590f Projet - Ajout de nouveaux champs : 'use_chantier' et 'use_palier' --- diff --git a/projet.py b/projet.py index 1c2fc93..8bfce87 100644 --- a/projet.py +++ b/projet.py @@ -82,6 +82,9 @@ class Projet(osv.Model): _columns = { "name": fields.char(string="Title", size=64, required=True), "description": fields.text(string="Description"), + "use_chantier": fields.boolean(string="Utilisation de la notion de chantier ?"), + "use_palier": fields.boolean(string="Utilisation de la notion de palier ?"), + # Backrefs "domains": fields.one2many("cmmi.projet.domaine", "project_id", diff --git a/views/projet.xml b/views/projet.xml index a896669..0cb1a04 100644 --- a/views/projet.xml +++ b/views/projet.xml @@ -14,14 +14,14 @@ -