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