Browse Source

account.bank.statement.import is transient

pull/202/head
Holger Brunn 9 years ago
committed by Alexis de Lattre
parent
commit
95e81341db
  1. 2
      account_bank_statement_import_save_file/models/account_bank_statement_import.py

2
account_bank_statement_import_save_file/models/account_bank_statement_import.py

@ -23,7 +23,7 @@ import inspect
from openerp import models, fields, api
class AccountBankStatementImport(models.Model):
class AccountBankStatementImport(models.TransientModel):
_inherit = 'account.bank.statement.import'
@api.model

Loading…
Cancel
Save