[FIX] External ID not found in the system

KeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x7fb92ab76268>, '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
This commit is contained in:
Pablo
2018-10-26 20:39:18 +02:00
parent db1cc94147
commit 4a79d5cc77

View File

@@ -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'
],