[FIX] logger of account.bank.profile that was broken + use mail thread system

This commit is contained in:
unknown
2013-01-28 10:48:10 +01:00
parent d57d123d74
commit a121a99241
4 changed files with 26 additions and 37 deletions

View File

@@ -31,6 +31,8 @@ class AccountStatementProfil(Model):
journal to use, the partner and commision account and so on.
"""
_name = "account.statement.profile"
_inherit = ['mail.thread']
_description = "Statement Profil"
_columns = {