X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=phase.py;h=40b568acc2b5fe9f7ba5b4f29f9783e03a578dad;hb=HEAD;hp=725b26275e859651540025f01983cdfae5493e51;hpb=243a1185b49827bccb75a86baa5e1bb90a5bd3f8;p=OpenERP%2Fcmmi.git diff --git a/phase.py b/phase.py index 725b262..40b568a 100644 --- a/phase.py +++ b/phase.py @@ -5,10 +5,11 @@ from openerp.osv import osv, fields +# ================================== PHASE ================================== # class Phase(osv.Model): _name = "cmmi.phase" - _description = "Table de reference des phases" + _description = "Table de reference des phases." _statuts = [("actif", "Actif"), ("inactif", "Inactif")]