[IMP] report_label: black, isort, prettier

This commit is contained in:
Stefan Rijnhart
2021-04-20 15:20:22 +02:00
parent 7605b7c15e
commit c6c0ef3fd4
17 changed files with 167 additions and 131 deletions

View File

@@ -1,13 +1,14 @@
from odoo.tests import common
from ast import literal_eval
from odoo.tests import common
class TestReportLabel(common.TransactionCase):
def setUp(self):
super().setUp()
self.partner_label = self.env.ref(
"report_label.actions_server_label_partner_address")
"report_label.actions_server_label_partner_address"
)
def test_01_print_partner_label(self):
self.partner_label.create_action()