[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 Jordi Ballester Alomar
parent 6485acb737
commit 2d1d87f3f7

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,