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,10 +19,11 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from osv import fields, osv
|
||||
from tools.translate import _
|
||||
from openerp.osv.orm import Model
|
||||
from openerp.osv import fields
|
||||
from openerp.tools.translate import _
|
||||
|
||||
class AccountInvoice(osv.osv):
|
||||
class AccountInvoice(Model):
|
||||
_inherit = 'account.invoice'
|
||||
_columns = {
|
||||
'transaction_id':fields.char(
|
||||
|
||||
Reference in New Issue
Block a user