[IMP] rma_sale: copy group description to rma lines

This commit is contained in:
Lois Rilo
2023-01-02 10:54:29 +01:00
parent f1f69f6335
commit bcebf512b9

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,