mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Merge pull request #179 from ForgeFlow/13.0-rma_account-journal-name
[13.0][IMP] rma_account: do not force the refund invoice number to be the rma number
This commit is contained in:
@@ -134,7 +134,6 @@ class RmaRefund(models.TransientModel):
|
||||
[("type", "=", "purchase")], limit=1
|
||||
)
|
||||
values = {
|
||||
"name": rma_line.rma_id.name or rma_line.name,
|
||||
"invoice_payment_ref": 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