From 125d76d37d860271eac3b770a495d7fa40a1ce35 Mon Sep 17 00:00:00 2001 From: Carlos Almeida Date: Fri, 2 Jun 2017 10:28:57 +0100 Subject: [PATCH] Fix attachment import --- document_ocr/tests/test_document_ocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_ocr/tests/test_document_ocr.py b/document_ocr/tests/test_document_ocr.py index 8a72a9d9..393dbfa4 100644 --- a/document_ocr/tests/test_document_ocr.py +++ b/document_ocr/tests/test_document_ocr.py @@ -5,7 +5,7 @@ from StringIO import StringIO from PIL import Image, ImageDraw, ImageFont -from document_ocr.models.ir_attachment import _MARKER_PHRASE +from ir_attachment import _MARKER_PHRASE from odoo.tests.common import TransactionCase