mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[12.0][IMP] rma_account: do not force the refund invoice number to be the RMA number
This commit is contained in:
@@ -138,7 +138,6 @@ class RmaRefund(models.TransientModel):
|
||||
journal = self.env['account.journal'].search(
|
||||
[('type', '=', 'purchase')], limit=1)
|
||||
values = {
|
||||
'name': rma_line.rma_id.name or rma_line.name,
|
||||
'origin': rma_line.rma_id.name or rma_line.name,
|
||||
'reference': False,
|
||||
# 'account_id': account.id,
|
||||
|
||||
Reference in New Issue
Block a user