20.01.26
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user