Merge pull request #404 from ForgeFlow/14.0-rma_account-move-line-index

[14.0][IMP] rma_account: add index in account.move.line to field 'rma_line_id'
This commit is contained in:
Jordi Ballester Alomar
2023-02-27 19:27:55 +01:00
committed by GitHub

View File

@@ -218,6 +218,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",
)