Unnecessary import

This commit is contained in:
Matthieu Dietrich
2016-04-29 09:42:55 +02:00
parent 0c249ca3b3
commit a26a4817d1
2 changed files with 1 additions and 6 deletions

View File

@@ -15,11 +15,6 @@ base_transaction_id.
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/98/9.0
Known issues / Roadmap
======================
* ...
Bug Tracker
===========

View File

@@ -19,7 +19,7 @@
#
##############################################################################
from openerp import _, fields, models
from openerp import _, models
from openerp.addons.account_statement_base_import.models.account_move import \
ErrorTooManyPartner