From 594b5e49bad4843a422585ae0bc22c64a0710696 Mon Sep 17 00:00:00 2001 From: DavidJForgeFlow Date: Thu, 23 Feb 2023 12:59:32 +0100 Subject: [PATCH] [IMP] rma_sale: pre-commit stuff --- rma_sale/wizards/rma_add_sale.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rma_sale/wizards/rma_add_sale.py b/rma_sale/wizards/rma_add_sale.py index c4810f1f..b44af4a5 100644 --- a/rma_sale/wizards/rma_add_sale.py +++ b/rma_sale/wizards/rma_add_sale.py @@ -64,9 +64,7 @@ class RmaAddSale(models.TransientModel): ) rec.show_lot_filter = bool(rec.lot_domain_ids) - lot_ids = fields.Many2many( - comodel_name="stock.production.lot", string="Lots/Serials selected" - ) + lot_ids = fields.Many2many(comodel_name="stock.production.lot", string="Lots/Serials selected") def select_all(self): self.ensure_one()