From d412b2737817ab16ff7d04ebbacc9094b8cc730e Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Mon, 22 Apr 2013 09:54:31 +0200 Subject: [PATCH] projet.structure : rajout d'une FK vers projet.role_mo --- projet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/projet.py b/projet.py index 5374861..c97665d 100644 --- a/projet.py +++ b/projet.py @@ -90,6 +90,7 @@ class Structure(osv.Model): "description": fields.text(string="Description"), "parent_id": fields.many2one("projet.structure", string="Parent_id"), "statut": fields.selection(_statuts, string="Statut"), + "role_mo_id":fields.many2one("projet.role_mo", string="Role MO"), "projets": fields.many2many("projet.projet", "projet_projet_structure_rel", "structures", -- 1.7.10.4