Fix Travis errors

This commit is contained in:
Pedro M. Baeza
2014-08-04 21:05:19 +02:00
parent b94bebee0e
commit b522f28ffb
23 changed files with 36 additions and 82 deletions

View File

@@ -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)