Migrate printer_tray to v10.0

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex
This commit is contained in:
Sylvain GARANCHER
2016-11-16 17:19:31 +01:00
committed by Graeme Gellatly
parent e11cf228f1
commit 6f08d95f00
34 changed files with 828 additions and 458 deletions

View File

@@ -2,10 +2,10 @@
# Copyright 2016 LasLabs Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests.common import TransactionCase
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 TestPrintingTray(TransactionCase):