[FIX] sales_team: indentation issue

This commit is contained in:
Thibault Delavallée 2014-05-12 15:58:25 +02:00
parent e53cadcf2a
commit 03ee7ed00d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class crm_case_section(osv.osv):
'note': fields.text('Description'),
'working_hours': fields.float('Working Hours', digits=(16, 2)),
'color': fields.integer('Color Index'),
}
}
_defaults = {
'active': 1,