This commit is contained in:
unknown
2013-04-25 09:56:35 +02:00
parent 2b92e2afc9
commit 35c0034068

View File

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