[IMP] account_statement_base_import: Inheritable method with public name.

This commit is contained in:
Pedro M. Baeza
2014-01-21 02:04:59 +01:00
parent 3e4eb10958
commit 3f1999ed8c
2 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ from openerp.osv import fields, orm
class AccountStatementProfil(orm.Model):
_inherit = "account.statement.profile"
def _get_import_type_selection(self, cr, uid, context=None):
def get_import_type_selection(self, cr, uid, context=None):
"""
Inherited from parent to add parser.
"""