This commit is contained in:
2026-01-18 23:30:49 +01:00
parent 8ae4aeb3e8
commit 24c1186061
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ logger = logging.getLogger(__name__)
class FreightBookingInfo(ModelSQL, ModelView):
"Freight Booking"
__name__ = 'freight.booking'
__name__ = 'freight.booking.info'
booking_number = fields.Char("Booking Number")
agent = fields.Char("Agent")