From d51133889b2bfbc7fa2848382f233f5ce268d4d0 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sat, 5 Jul 2025 11:39:08 +0700 Subject: push --- indoteknik_custom/models/stock_picking_return.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/stock_picking_return.py b/indoteknik_custom/models/stock_picking_return.py index a9781d3c..40cc30c9 100644 --- a/indoteknik_custom/models/stock_picking_return.py +++ b/indoteknik_custom/models/stock_picking_return.py @@ -5,7 +5,7 @@ import logging _logger = logging.getLogger(__name__) -class StockReturnPicking(models.TransientModel): +class ReturnPicking(models.TransientModel): _inherit = 'stock.return.picking' # return_type = fields.Selection([ -- cgit v1.2.3