Ajout d'un champ dans projet, permettant de récupérer les phases sélectionnées
[OpenERP/cmmi.git] / wizards / domaine.py
index ba926b4..510150c 100644 (file)
@@ -103,7 +103,7 @@ class ProjetDomaineWizard(osv.TransientModel):
         # Fermer simplement la fenêtre
         return {'type': 'ir.actions.act_window_close'}
 
-        #-----------------------------------------------------------------------
+        #======================================================================
         # # Renvoi vers la vue du modèle
         # return {
         #   "type": 'ir.actions.act_window',
@@ -114,7 +114,7 @@ class ProjetDomaineWizard(osv.TransientModel):
         #   #'target': 'new', = pop-up
         #   'context': context,
         # }
-        #-----------------------------------------------------------------------
+        #======================================================================
 
     _columns = {
         "main": fields.boolean(string="Domaine principal ?"),