diff --git a/modules/automation/freight_booking.py b/modules/automation/freight_booking.py index b28a658..9119aeb 100644 --- a/modules/automation/freight_booking.py +++ b/modules/automation/freight_booking.py @@ -14,8 +14,8 @@ class FreightBookingInfo(ModelSQL, ModelView): controller = fields.Char("Customer") origin = fields.Char("Origin") destination = fields.Char("Destination") - etd = fields.Date("ETD") - bl_date = fields.Date("BL date") + etd = fields.Integer("ETD") + bl_date = fields.Integer("BL date") bl_number = fields.Char("BL Nb") carrier = fields.Char("Carrier") vessel = fields.Char("Vessel")