[MIGR] Adapt import to fit last recomandation

This commit is contained in:
Joel Grand-Guillaume
2012-12-19 13:58:54 +01:00
parent d02d198b1b
commit 2ac95f1c44
13 changed files with 38 additions and 33 deletions

View File

@@ -19,11 +19,11 @@
#
##############################################################################
from tools.translate import _
from openerp.tools.translate import _
import datetime
import netsvc
logger = netsvc.Logger()
from openerp.osv.orm import Model, fields
from openerp.osv.orm import Model
from openerp.osv import fields
from openerp.addons.account_statement_base_completion.statement import ErrorTooManyPartner
class AccountStatementCompletionRule(Model):