diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-12 16:14:31 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-12 16:14:31 +0700 |
| commit | 95cef4d4d3936f8a612dadf00e83f9cddcccc0dc (patch) | |
| tree | 4e7cfdd82f53e866b4254d93fbab57f3d45e1ba5 /indoteknik_api/controllers/api_v1 | |
| parent | 626e93d3a0bfad2bc87002d9e0a7ae860ea9baba (diff) | |
| parent | b6f63fcf96355bc11f9843a9f661cea0a458475e (diff) | |
<hafid> commit
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/stock_picking.py | 6 |
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'))], |
