mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_purchase: copy group description to rma lines
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
49e4385c83
commit
79d9cea701
@@ -78,6 +78,7 @@ class RmaAddPurchase(models.TransientModel):
|
||||
)
|
||||
data = {
|
||||
"partner_id": self.partner_id.id,
|
||||
"description": self.rma_id.description,
|
||||
"purchase_order_line_id": line.id,
|
||||
"product_id": line.product_id.id,
|
||||
"origin": line.order_id.name,
|
||||
|
||||
Reference in New Issue
Block a user