odoo_shipcloud/models
Harald Welte 76665e61c0 WIP: simplistic shipcloud webhook support
shipcloud can generate events towards a webhook whenever there's
status/tracking updates for a shipment.  Let's
* store the latest status in the stock.picking
* post a timestamped message to the stock.picking
2022-05-03 08:25:13 +02:00
..
__init__.py Add new model for shipment pick-ups 2021-03-16 18:52:59 +01:00
res_config.py WIP: initial checkin 2021-02-14 20:20:51 +01:00
shipcloud.py shipcloud: fix customs value representation 2021-11-22 21:35:36 +01:00
shipcloud_delivery_carrier.py Only 'available' moves in the picking when generating customs info 2022-05-03 08:25:13 +02:00
shipcloud_pickup.py pickup: try to print string formatted ApiError on error 2021-11-11 20:02:59 +01:00
shipcloud_shipping_service.py WIP: simplistic shipcloud webhook support 2022-05-03 08:25:13 +02:00