[FIX] document_ftp: import openerp.addons.document instead of only document.
authorVo Minh Thu <vmt@openerp.com>
Fri, 1 Mar 2013 10:35:03 +0000 (11:35 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 1 Mar 2013 10:35:03 +0000 (11:35 +0100)
bzr revid: vmt@openerp.com-20130301103503-mnhtrxa1kyj6qsn0

addons/document_ftp/ftpserver/abstracted_fs.py

index b746f18..7f88c81 100644 (file)
@@ -14,7 +14,7 @@ import openerp.service
 from openerp.service import security
 from openerp.osv import osv
 
-from document.document import get_node_context
+from openerp.addons.document.document import get_node_context
 
 def _get_month_name(month):
     month=int(month)