Skip to content

Commit

Permalink
[UPD] ssi_rma_account
Browse files Browse the repository at this point in the history
* Fix typo
  • Loading branch information
andhit-r committed Nov 26, 2024
1 parent 959635f commit a88b4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_rma_account/models/rma_line_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class RMALineMixin(models.AbstractModel):
]

account_move_line_ids = fields.Many2many(
strng="Journal Item",
string="Journal Item",
comodel_name="account.move.line",
)
qty_to_refund = fields.Float(
Expand Down

0 comments on commit a88b4e0

Please sign in to comment.