[FIX] Import osv for osv.except

This commit is contained in:
Joel Grand-Guillaume
2012-12-19 14:14:59 +01:00
parent 2ac95f1c44
commit a5979a9f45
15 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
##############################################################################
from openerp.osv.orm import Model
from openerp.osv import fields
from openerp.osv import fields, osv
class AccountStatementProfil(Model):
_inherit = "account.statement.profile"