mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_account: add index in account.move.line to field 'rma_line_id'
This commit is contained in:
committed by
DavidJForgeFlow
parent
a43d640667
commit
05ac2edd0b
@@ -238,6 +238,7 @@ class AccountMoveLine(models.Model):
|
||||
comodel_name="rma.order.line",
|
||||
string="RMA line",
|
||||
ondelete="set null",
|
||||
index=True,
|
||||
help="This will contain the rma line that originated this line",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user