summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-06-12 16:19:09 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-06-12 16:19:09 +0700
commit741ccc28589388c1214f5da44b9a7d56ef32680c (patch)
tree11d17a2705f82f275b2efc04caa70450fd3736df /indoteknik_api/controllers
parent6616f73259c9e146449af3f2579263b42270bf8b (diff)
Reapply "<hafid> commit"
This reverts commit 6616f73259c9e146449af3f2579263b42270bf8b.
Diffstat (limited to 'indoteknik_api/controllers')
-rw-r--r--indoteknik_api/controllers/api_v1/stock_picking.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_api/controllers/api_v1/stock_picking.py b/indoteknik_api/controllers/api_v1/stock_picking.py
index 49547779..7cbd3c96 100644
--- a/indoteknik_api/controllers/api_v1/stock_picking.py
+++ b/indoteknik_api/controllers/api_v1/stock_picking.py
@@ -164,9 +164,9 @@ class StockPicking(controller.Controller):
# except Exception as e:
# return {'success': False, 'message': str(e)}
- @http.route(prefix + 'webhook/biteship', type='json', auth='public', methods=['POST'], csrf=False)
- def udpate_status_from_bitehsip(self, **kw):
- return "ok"
+ # @http.route(prefix + 'webhook/biteship', auth='public', methods=['POST'], csrf=False)
+ # def udpate_status_from_bitehsip(self, **kw):
+ # return "ok"
def process_order_status(self, data):
picking_model = request.env['stock.picking'].sudo().search([('biteship_id', '=', data.get('order_id'))],