main #7

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

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