Modification de la relation projet/phase en many2many : création d'une table de relation
[OpenERP/cmmi.git] / phase.py
index 7647037..13392df 100644 (file)
--- a/phase.py
+++ b/phase.py
@@ -28,9 +28,6 @@ class Phase(osv.Model):
         "statut": fields.selection(_statuts, string="Statut"),
         "type_phase_id": fields.many2one("cmmi.phase.type",
                                          string="Type phase"),
-        "projet_id": fields.many2one("cmmi.projet",
-                                     string="Projet",
-                                     required=True),
         "charges": fields.one2many("cmmi.evolution.charge",
                                    "phase_id",
                                    string="Charges"),