diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 09:34:51 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 09:34:51 +0700 |
| commit | ddaf9f1bde9e4e5b977f4a188f22c3d60649430c (patch) | |
| tree | 05b954c57fa7cb182003a0675d6bba71eb59edef /indoteknik_api/controllers/api_v1 | |
| parent | c22cbb9f52be68baa089af59dc822cfe56554d70 (diff) | |
| parent | adcf648a9600129ad38c5d821d0954df2afbfd05 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/stock_picking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/stock_picking.py b/indoteknik_api/controllers/api_v1/stock_picking.py index 49547779..be49bcdb 100644 --- a/indoteknik_api/controllers/api_v1/stock_picking.py +++ b/indoteknik_api/controllers/api_v1/stock_picking.py @@ -164,7 +164,7 @@ 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) + @http.route(prefix + 'webhook/biteship', auth='public', methods=['POST'], csrf=False) def udpate_status_from_bitehsip(self, **kw): return "ok" |
