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()