[IMP] rma_sale: copy group description to rma lines

This commit is contained in:
Lois Rilo
2023-01-02 10:54:29 +01:00
committed by JasminSForgeFlow
parent 8f1201ea48
commit 5c8dd47a19

View File

@@ -123,6 +123,7 @@ class RmaAddSale(models.TransientModel):
)
data = {
"partner_id": self.partner_id.id,
"description": self.rma_id.description,
"sale_line_id": line.id,
"product_id": line.product_id.id,
"lot_id": lot and lot.id or False,