mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_sale: pre-commit stuff
This commit is contained in:
committed by
JasminSForgeFlow
parent
f560f32957
commit
594b5e49ba
@@ -64,9 +64,7 @@ class RmaAddSale(models.TransientModel):
|
|||||||
)
|
)
|
||||||
rec.show_lot_filter = bool(rec.lot_domain_ids)
|
rec.show_lot_filter = bool(rec.lot_domain_ids)
|
||||||
|
|
||||||
lot_ids = fields.Many2many(
|
lot_ids = fields.Many2many(comodel_name="stock.production.lot", string="Lots/Serials selected")
|
||||||
comodel_name="stock.production.lot", string="Lots/Serials selected"
|
|
||||||
)
|
|
||||||
|
|
||||||
def select_all(self):
|
def select_all(self):
|
||||||
self.ensure_one()
|
self.ensure_one()
|
||||||
|
|||||||
Reference in New Issue
Block a user