From bbddd29cb577b4f0dc0a664dafe7bd97d35492e0 Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Mon, 23 Sep 2019 14:04:58 +0200 Subject: [PATCH] [FIX]supplier lines field description --- rma/models/rma_order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: