mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[rma_account][imp] do not force the refund invoice number to be the RMA number.
This would cause duplicates in the numbering of journal entries. Was a bad idea in the first place.
This commit is contained in:
committed by
Lois Rilo
parent
42ff958ace
commit
19092316ff
@@ -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