From d2f3227f5314a57199c4f1fa9624370935e07416 Mon Sep 17 00:00:00 2001 From: mourad-ehm Date: Tue, 10 Sep 2019 13:58:09 +0200 Subject: [PATCH] Update sale_stock.py Fix typo --- sale_stock_usability/sale_stock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_stock_usability/sale_stock.py b/sale_stock_usability/sale_stock.py index 4c14b96..fb80d43 100644 --- a/sale_stock_usability/sale_stock.py +++ b/sale_stock_usability/sale_stock.py @@ -11,7 +11,7 @@ class SaleOrder(models.Model): warehouse_id = fields.Many2one(track_visibility='onchange') incoterm = fields.Many2one(track_visibility='onchange') picking_status = fields.Selection([ - ('deliverd', 'Fully deliverd'), + ('deliverd', 'Fully Deliverd'), ('partialy_delivered', 'Partialy Delivered'), ('to_deliver', 'To Deliver'), ('no', 'Nothing to Deliver')