odoo_shipcloud/models
Harald Welte bfb5030701 pickup: actually use current time of record creation
if we use 'default=fields.Datetime.now' it will use the time of the
odoo server start/load,and not the time when the record is created.

Also, use the 'now' time for bot earliest and latest pickup time,
let the user modify it as needed.
2021-06-01 23:51:24 +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 Add new model for shipment pick-ups 2021-03-16 18:52:59 +01:00
shipcloud_delivery_carrier.py strip all leading + trailing spaces from address elements 2021-04-18 16:45:44 +02:00
shipcloud_pickup.py pickup: actually use current time of record creation 2021-06-01 23:51:24 +02:00
shipcloud_shipping_service.py shipcloud: Mark some fields 'readonly' if UI shouldn't write them 2021-03-15 21:17:54 +01:00