mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] scrap_reason_code: pre-commit auto fixes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user