[MIG] Migrated printer_zpl2 to v10.0

This commit is contained in:
Sébastien LANGE
2017-04-04 19:23:07 +02:00
committed by Sylvain GARANCHER
parent 5bf0747977
commit d1483f0054
8 changed files with 16 additions and 18 deletions

View File

@@ -4,11 +4,11 @@
import mock
from openerp import exceptions
from openerp.tests.common import TransactionCase
from odoo import exceptions
from odoo.tests.common import TransactionCase
model = 'openerp.addons.base_report_to_printer.models.printing_server'
model = 'odoo.addons.base_report_to_printer.models.printing_server'
class TestPrintingLabelZpl2(TransactionCase):