[FIX] set a default value for the documents color as proposed by Olivier Macchioni

This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-12-05 08:46:30 +01:00
parent c92a9a2421
commit 4b72645671

View File

@@ -47,6 +47,7 @@ class ir_attachment(orm.Model):
_defaults = {
'pingen_send': True,
'pingen_color': '0',
'pingen_speed': '2',
}