mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[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:
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user