mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Merge pull request #175 from ForgeFlow/14.0-rma_account-journal-name
[rma_account][imp] do not force the refund invoice number to be the RMA number.
This commit is contained in:
@@ -139,7 +139,6 @@ class RmaRefund(models.TransientModel):
|
||||
[("type", "=", "purchase")], limit=1
|
||||
)
|
||||
values = {
|
||||
"name": rma_line.rma_id.name or rma_line.name,
|
||||
"payment_reference": rma_line.rma_id.name or rma_line.name,
|
||||
"invoice_origin": rma_line.rma_id.name or rma_line.name,
|
||||
"ref": False,
|
||||
|
||||
Reference in New Issue
Block a user