main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 0fc80958af - Show all commits

View File

@@ -14,8 +14,8 @@ class FreightBookingInfo(ModelSQL, ModelView):
controller = fields.Char("Customer") controller = fields.Char("Customer")
origin = fields.Char("Origin") origin = fields.Char("Origin")
destination = fields.Char("Destination") destination = fields.Char("Destination")
etd = fields.Integer("ETD") etd = fields.Date("ETD")
bl_date = fields.Integer("BL date") bl_date = fields.Date("BL date")
bl_number = fields.Char("BL Nb") bl_number = fields.Char("BL Nb")
carrier = fields.Char("Carrier") carrier = fields.Char("Carrier")
vessel = fields.Char("Vessel") vessel = fields.Char("Vessel")