[IMP] Group import

This commit is contained in:
Adrien Peiffer
2014-11-19 08:32:18 +01:00
parent 807b389e7a
commit 3ff24e8099
2 changed files with 2 additions and 6 deletions

View File

@@ -18,9 +18,7 @@
#
##############################################################################
from openerp import models, api
from openerp import exceptions
from openerp.tools.translate import _
from openerp import models, api, exceptions, _
class AccountMoveLine(models.Model):