X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=wizards%2Fmoe.py;h=37399bc7d622666a90e1404b19e7ae99085e8452;hb=f9813b2c5a4e69e23270aca1123390edb84dabe9;hp=1509b1c16a70f96d5b9c92ae903ec9fde7088b5a;hpb=451af1504b3508d019815a5a82e8f01d1f39c860;p=OpenERP%2Fcmmi.git diff --git a/wizards/moe.py b/wizards/moe.py index 1509b1c..37399bc 100644 --- a/wizards/moe.py +++ b/wizards/moe.py @@ -108,7 +108,9 @@ class ProjetMoeWizard(osv.TransientModel): _columns = { "main": fields.boolean(string="MOE principale ?"), "project_id": fields.many2one("cmmi.projet", - string="Projet"), + string="Projet", + required=True), "moe_id": fields.selection(_moes_selection, - string="MOE"), + string="MOE", + required=True), } \ No newline at end of file