mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]rma_account: avoid duplicated field string
This commit is contained in:
@@ -76,7 +76,7 @@ class AccountMoveLine(models.Model):
|
||||
invl.rma_line_count = len(rma_lines)
|
||||
|
||||
used_in_rma_line_count = fields.Integer(
|
||||
compute="_compute_used_in_rma_count", string="# of RMA"
|
||||
compute="_compute_used_in_rma_count", string="# of used RMA"
|
||||
)
|
||||
rma_line_count = fields.Integer(compute="_compute_rma_count", string="# of RMA")
|
||||
rma_line_ids = fields.One2many(
|
||||
|
||||
Reference in New Issue
Block a user