projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added compte coda stuff
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
b57d9b6
..
9b2af7a
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-855,7
+855,10
@@
class Dossier_(DateActiviteMixin, models.Model, DevisableMixin,):
)
# Comptes
- # TODO?
+ compte_compta = models.CharField(max_length=10, default='aucun',
+ verbose_name=u'Compte comptabilité',
+ choices=COMPTE_COMPTA_CHOICES)
+ compte_courriel = models.BooleanField()
class Meta:
abstract = True