From 4a79d5cc770088eec6f4f4f6b2c57d065470eed9 Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 26 Oct 2018 20:39:18 +0200 Subject: [PATCH] [FIX] External ID not found in the system KeyError: ('ir.model.data', , 'hotel_node_master.hotel_node_reservation_wizard_action'). odoo.tools.convert.ParseError: 'External ID not found in the system: hotel_node_master.hotel_node_reservation_wizard_action' while parsing /opt/odoo/auto/addons/hotel_node_master/views/hotel_node.xml --- hotel_node_master/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_node_master/__manifest__.py b/hotel_node_master/__manifest__.py index fb227bb0c..ab8d8f1b7 100644 --- a/hotel_node_master/__manifest__.py +++ b/hotel_node_master/__manifest__.py @@ -14,12 +14,12 @@ {'python' : ['odoorpc']}, 'license': "AGPL-3", 'data': [ + 'wizards/wizard_hotel_node_reservation.xml', 'views/hotel_node.xml', 'views/hotel_node_user.xml', 'views/hotel_node_group.xml', 'views/hotel_node_room_type.xml', 'views/inherited_res_partner_views.xml', - 'wizards/wizard_hotel_node_reservation.xml', 'security/hotel_node_security.xml', 'security/ir.model.access.csv' ],