diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-05 11:39:08 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-05 11:39:08 +0700 |
| commit | d51133889b2bfbc7fa2848382f233f5ce268d4d0 (patch) | |
| tree | 9bf5a43e6ef74ab26984fb410d02209ac2849329 | |
| parent | f316cfaaf269cf57488bbfae027df95f83a6ec28 (diff) | |
<miqdad> push
| -rw-r--r-- | indoteknik_custom/models/stock_picking_return.py | 2 |
1 files changed, 1 insertions, 1 deletions
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([ |
