[FIX] remove deprecated on rec_log as it literraly floods logs in normal/warning level.

This commit is contained in:
unknown
2013-04-12 09:05:44 +02:00
parent a1335c3f61
commit ee6e88adc1

View File

@@ -46,7 +46,8 @@ class AccountStatementProfil(Model):
help="Tic that box to automatically launch the completion " help="Tic that box to automatically launch the completion "
"on each imported file using this profile."), "on each imported file using this profile."),
'last_import_date': fields.datetime("Last Import Date"), 'last_import_date': fields.datetime("Last Import Date"),
#'rec_log': fields.text('log', readonly=True, deprecated=True), # we remove deprecated as it floods logs in warning level sob...
'rec_log': fields.text('log', readonly=True), # Deprecated
'import_type': fields.selection( 'import_type': fields.selection(
get_import_type_selection, get_import_type_selection,
'Type of import', 'Type of import',