mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_label: black, isort, prettier
This commit is contained in:
@@ -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")
|
||||
|
||||
1
setup/report_label/odoo/addons/report_label
Symbolic link
1
setup/report_label/odoo/addons/report_label
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../report_label
|
||||
6
setup/report_label/setup.py
Normal file
6
setup/report_label/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user