Reviewers: ,
Please review this at http://codereview.tryton.org/165004/ Affected files: M invoice.py Index: invoice.py =================================================================== --- a/invoice.py +++ b/invoice.py @@ -1,7 +1,7 @@ #This file is part of Tryton. The COPYRIGHT file at the top level of #this repository contains the full copyright notices and license terms. import copy -from trytond.model import ModelView, ModelSQL, fields +from trytond.model import ModelView, ModelSQL from trytond.pyson import Eval from trytond.transaction import Transaction -- [email protected] mailing list
