diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 14:11:42 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 14:11:42 +0700 |
| commit | fd6b9b5395b04135d9f0afdc0859fb4f07d280b4 (patch) | |
| tree | be6e7a4f201b949a3b06e0c020c668ba2b0730fa /indoteknik_api | |
| parent | f787f06a341f1775151d98be4490fe6126c511cd (diff) | |
| parent | 9a0fd25e54491bd14a5b29b62b31a440dfa1bebc (diff) | |
Merge branch 'production' into feature/max_plafon_order_qty
Diffstat (limited to 'indoteknik_api')
| -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 f0c7456d..ea8c6400 100644 --- a/indoteknik_api/controllers/api_v1/stock_picking.py +++ b/indoteknik_api/controllers/api_v1/stock_picking.py @@ -123,7 +123,7 @@ class StockPicking(controller.Controller): params = {'sj_documentation': sj_document, 'paket_documentation': paket_document, - 'driver_arrival_date': self.time_to_str(datetime.utcnow(), '%Y-%m-%d %H:%M:%S'), + 'driver_arrival_date': datetime.utcnow(), } picking_data = request.env['stock.picking'].search([('picking_code', '=', picking_code)], limit=1) |
