[IMP] scrap_reason_code: pre-commit auto fixes

This commit is contained in:
John Herholz
2023-12-21 11:06:01 +01:00
parent 783dd8346e
commit 1204b07b25
13 changed files with 72 additions and 59 deletions

View File

@@ -9,7 +9,7 @@ from odoo.tests.common import TransactionCase
class StockScrap(TransactionCase):
def setUp(self):
super(StockScrap, self).setUp()
super().setUp()
self.stock_location = self.env.ref("stock.stock_location_stock")
self.customer_location = self.env.ref("stock.stock_location_customers")