From 83ff6f3c4410bcbf68cd6a98a7b6db4ed542a742 Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Mon, 3 Jun 2013 14:34:56 +0200 Subject: [PATCH] =?utf8?q?Wizard=20pour=20l'ajout=20de=20phases=20=C3=A0=20u?= =?utf8?q?n=20palier=20-=20TERMIN=C3=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- __init__.py | 3 ++- __openerp__.py | 1 + views/palier.xml | 1 + wizards/chantier.py | 7 ------ wizards/domaine.py | 2 +- wizards/palierPhase.py | 62 ++++++++++++++++++++++++++++++++++++++++++++---- 6 files changed, 63 insertions(+), 13 deletions(-) delete mode 100644 views/wizards/chantier.xml delete mode 100644 wizards/chantier.py diff --git a/__init__.py b/__init__.py index 00d905e..a68caea 100644 --- a/__init__.py +++ b/__init__.py @@ -8,4 +8,5 @@ import evolution import wizards.domaine import wizards.moa -import wizards.moe \ No newline at end of file +import wizards.moe +import wizards.palierPhase \ No newline at end of file diff --git a/__openerp__.py b/__openerp__.py index 425c202..1cc9e4c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -15,6 +15,7 @@ 'views/wizards/domaine.xml', 'views/wizards/moe.xml', 'views/wizards/moa.xml', + 'views/wizards/palierPhase.xml', # Vues associées aux modèles 'views/phase.xml', # 'views/team_member.xml', diff --git a/views/palier.xml b/views/palier.xml index 989108f..4e343e2 100644 --- a/views/palier.xml +++ b/views/palier.xml @@ -47,6 +47,7 @@ +