mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Fix Travis errors
This commit is contained in:
@@ -19,16 +19,14 @@
|
||||
#
|
||||
##############################################################################
|
||||
from openerp.tools.translate import _
|
||||
from openerp.osv import fields, orm
|
||||
from openerp.osv import orm
|
||||
|
||||
|
||||
class AccountStatementProfil(orm.Model):
|
||||
_inherit = "account.statement.profile"
|
||||
|
||||
def _get_import_type_selection(self, cr, uid, context=None):
|
||||
"""
|
||||
Inherited from parent to add parser.
|
||||
"""
|
||||
"""Inherited from parent to add parser."""
|
||||
selection = super(AccountStatementProfil, self
|
||||
)._get_import_type_selection(cr, uid,
|
||||
context=context)
|
||||
|
||||
Reference in New Issue
Block a user