From: Alicia FLOREZ Date: Mon, 3 Jun 2013 14:43:31 +0000 (+0200) Subject: Commit comment X-Git-Url: http://git.inspyration.org/?p=OpenERP%2Fcmmi.git;a=commitdiff_plain;h=ccc13e70fd3decfada85c5b69fd2a1be9587efb9 Commit comment --- diff --git a/axes.py b/axes.py index 99f53f1..7d638cb 100644 --- a/axes.py +++ b/axes.py @@ -5,7 +5,7 @@ from openerp.osv import osv, fields from datetime import date, timedelta, datetime - +# ================================ MESURABLE ================================ # class Mesurable(osv.Model): _name = "cmmi.axes.mesurable" @@ -63,8 +63,7 @@ class Mesurable(osv.Model): ] -#==================== TRAVAIL CALCUL JOURS OUVRES ============================= - +#------------ TRAVAIL CALCUL JOURS OUVRES ------------ @staticmethod def _get_date_paques(annee): """ @@ -134,9 +133,9 @@ class Mesurable(osv.Model): tmp += timedelta(days=1) return jour_ouvres -#============================================================================== +# ================================= PALIER ================================== # class Palier(osv.Model): _name = "cmmi.axes.palier" @@ -188,6 +187,7 @@ class Palier(osv.Model): +# =============================== PALIER-PHASE ============================== # class PalierPhase(osv.Model): _name = "cmmi.axes.palier.phase" @@ -231,6 +231,8 @@ class PalierPhase(osv.Model): return osv.Model.create(self, cr, uid, vals, context=context) + +# ================================ CHANTIER ================================= # class Chantier(osv.Model): _name = "cmmi.axes.chantier"