From 24c11860617030e705ade96bcc8e8fb35047cfbe Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 18 Jan 2026 23:30:49 +0100 Subject: [PATCH] 18.01.26 --- modules/automation/freight_booking.py | 2 +- modules/automation/freight_booking.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/automation/freight_booking.py b/modules/automation/freight_booking.py index e058950..42a83b2 100644 --- a/modules/automation/freight_booking.py +++ b/modules/automation/freight_booking.py @@ -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") diff --git a/modules/automation/freight_booking.xml b/modules/automation/freight_booking.xml index 8df89fb..480e761 100644 --- a/modules/automation/freight_booking.xml +++ b/modules/automation/freight_booking.xml @@ -1,13 +1,13 @@ - freight.booking + freight.booking.info tree freight_booking_info_tree Freight Bookings - freight.booking + freight.booking.info