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,10 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from osv import osv
|
||||
from openerp.osv.orm import Model
|
||||
from openerp.osv import fields
|
||||
|
||||
class StockPicking(osv.osv):
|
||||
class StockPicking(Model):
|
||||
_inherit = "stock.picking"
|
||||
|
||||
def action_invoice_create(self, cursor, uid, ids, journal_id=False,
|
||||
|
||||
Reference in New Issue
Block a user