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