diff --git a/rma/models/rma_order.py b/rma/models/rma_order.py index c235ce11..2ed69880 100644 --- a/rma/models/rma_order.py +++ b/rma/models/rma_order.py @@ -81,7 +81,7 @@ class RmaOrder(models.Model): string='# of Outgoing Shipments') supplier_line_count = fields.Integer( compute='_compute_supplier_line_count', - string='# of Outgoing Shipments' + string='# of Supplier RMAs' ) company_id = fields.Many2one('res.company', string='Company', required=True, default=lambda self: