This commit is contained in:
2026-01-18 23:59:24 +01:00
parent 5c1ca6a895
commit c39bb1d6d1

View File

@@ -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")