[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,9 +19,11 @@
# #
#################################################################################
from osv import fields, osv
from openerp.osv.orm import Model
from openerp.osv import fields
class res_partner(osv.osv):
class res_partner(Model):
"""
Add a bank label on the partner so that we can use it to match
this partner when we found this in a statement line.