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

This commit is contained in:
@
2012-12-05 08:46:30 +01:00
committed by Anna Janiszewska
parent 51bd1e3628
commit cfba396605

View File

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