mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIGR] Adapt import to fit last recomandation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user