Commit Graph

6 Commits

Author SHA1 Message Date
Harald Welte 8c01c30a40 pickup: fix _get_config(); must be issued on delivery.carrier model 2021-03-18 14:32:10 +01:00
Harald Welte b52818b41a pickup: Fix datetime / timezone conversion 2021-03-18 14:31:55 +01:00
Harald Welte 0a4df5f71a pickup: modification of earliest/latest only in draft state
once shipcloud has confirmed the pick-up, we cannot modify the times.
2021-03-18 14:01:55 +01:00
Harald Welte 7c39cf76b6 pickup: Fix conversion from Datetime field to datetimme instance
Quite odd that one has to call a static method providing the value
of the field as argument, but well...
2021-03-18 13:59:37 +01:00
Harald Welte 7f530376ec fix pick-up address
odoo_1                |   File "/opt/odoo/v8_addons/odoo-ext-sysmo/odoo_shipcloud/models/shipcloud_pickup.py", line 51, in button_request
odoo_1                |     sc_addr = build_sc_addr(p.address)
2021-03-18 13:53:38 +01:00
Harald Welte 870281afd0 Add new model for shipment pick-ups
Using this model, the user can select a number of pickings and
request them to be picked up from a user-specified address.
2021-03-16 18:52:59 +01:00