[14.0][MIG] report_async

This commit is contained in:
newtratip
2021-12-20 20:09:18 +07:00
committed by Kitti U
parent 266f4b1933
commit f61b08b01e
13 changed files with 52 additions and 915 deletions

View File

@@ -8,7 +8,7 @@ from odoo.tests.common import Form
class TestJobChannel(common.TransactionCase):
def setUp(self):
super(TestJobChannel, self).setUp()
self.print_doc = self.env.ref("report_async." "report_async_print_document")
self.print_doc = self.env.ref("report_async.report_async_print_document")
self.test_rec = self.env.ref("base.module_mail")
self.test_rpt = self.env.ref("base.ir_module_reference_print")