[FIX] Fixed missing import.

bzr revid: tde@openerp.com-20130307095104-b2gur1h4wqm4q2sn
This commit is contained in:
Thibault Delavallée 2013-03-07 10:51:04 +01:00
parent 51a3c7a9a8
commit 9d3a03cb44
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
##############################################################################
from openerp.osv import fields, osv
from openerp.tools.translate import _
class stock_move(osv.osv):
_inherit = 'stock.move'