[IMP] report_label: black, isort, prettier

pull/708/head
Sylvain LE GAL 2022-12-31 00:37:24 +01:00
parent e451c2d691
commit fe3537b11b
3 changed files with 8 additions and 1 deletions

View File

@ -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")

View File

@ -0,0 +1 @@
../../../../report_label

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)