[IMP] report_label: black, isort, prettier
parent
e451c2d691
commit
fe3537b11b
|
@ -24,4 +24,4 @@ class TestReportLabel(common.TransactionCase):
|
|||
)
|
||||
wizard = self.env[model].with_context(context).create({})
|
||||
report_action = wizard.print_report()
|
||||
self.assertEquals(report_action["type"], "ir.actions.report")
|
||||
self.assertEqual(report_action["type"], "ir.actions.report")
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../../report_label
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue