mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_sale: copy group description to rma lines
This commit is contained in:
committed by
JasminSForgeFlow
parent
8f1201ea48
commit
5c8dd47a19
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user