mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Merge pull request #405 from ForgeFlow/13.0-bp-404
[13.0][IMP] rma_account: add index in account.move.line to field 'rma_line_id'
This commit is contained in:
@@ -170,5 +170,6 @@ class AccountMoveLine(models.Model):
|
||||
comodel_name="rma.order.line",
|
||||
string="RMA line refund",
|
||||
ondelete="set null",
|
||||
help="This will contain the rma line that originated the refund line",
|
||||
index=True,
|
||||
help="This will contain the rma line that originated this line",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user