From c39bb1d6d1192afd3d394e320f8fafbc68a1d0d5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 18 Jan 2026 23:59:24 +0100 Subject: [PATCH] 18.01.26 --- modules/automation/freight_booking.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")