mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[MIG] Migrated printer_zpl2 to v10.0
This commit is contained in:
committed by
Sylvain GARANCHER
parent
5bf0747977
commit
d1483f0054
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user