18.01.26
This commit is contained in:
@@ -9,7 +9,7 @@ class FreightBookingInfo(ModelSQL, ModelView):
|
|||||||
"Freight Booking"
|
"Freight Booking"
|
||||||
__name__ = 'freight.booking.info'
|
__name__ = 'freight.booking.info'
|
||||||
|
|
||||||
booking_number = fields.Char("Booking Number")
|
booking_number = fields.Integer("Booking Number")
|
||||||
agent = fields.Char("Agent")
|
agent = fields.Char("Agent")
|
||||||
controller = fields.Char("Customer")
|
controller = fields.Char("Customer")
|
||||||
origin = fields.Char("Origin")
|
origin = fields.Char("Origin")
|
||||||
@@ -19,7 +19,7 @@ class FreightBookingInfo(ModelSQL, ModelView):
|
|||||||
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")
|
||||||
container_count = fields.Integer("Containers")
|
container_count = fields.Float("Containers")
|
||||||
quantity = fields.Float("Gross Weight")
|
quantity = fields.Float("Gross Weight")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user