[IMP] rma_sale: pre-commit stuff

This commit is contained in:
DavidJForgeFlow
2023-02-23 12:59:32 +01:00
committed by JasminSForgeFlow
parent f560f32957
commit 594b5e49ba

View File

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