Déplacement du fichier demo dans son dossier
[OpenERP/cmmi.git] / projet.py
index 7a7bed8..12ec84e 100644 (file)
--- a/projet.py
+++ b/projet.py
@@ -51,6 +51,10 @@ class Projet(osv.Model):
                                      string="Evolutions"),
         "moe_id": fields.many2one("projet.moe", string="MoE", required=True),
         "moa_id": fields.many2one("projet.moa", string="MoA", required=True),
+        "main_domain": fields.many2one("projet.domaine",
+                                       string="Domaine principal"),
+        "main_structure": fields.many2one("projet.structure",
+                                          string="Structure principale"),
     }