From 0fc80958afa00410b8687bfe5f744406287268ee Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 20 Jan 2026 16:06:15 +0100 Subject: [PATCH] 20.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 9119aeb..b28a658 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.Integer("ETD") - bl_date = fields.Integer("BL date") + etd = fields.Date("ETD") + bl_date = fields.Date("BL date") bl_number = fields.Char("BL Nb") carrier = fields.Char("Carrier") vessel = fields.Char("Vessel")