Files
pms/hotel_node_master/__manifest__.py
Pablo 4a79d5cc77 [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
2018-10-26 20:39:18 +02:00

30 lines
888 B
Python

{
'name': 'Hotel Node Master',
'summary': """Provides centralized hotel management features""",
'version': '0.1.0',
'author': 'Pablo Q. Barriuso, \
Darío Lodeiros, \
Alexandre Díaz, \
Odoo Community Association (OCA)',
'category': 'Generic Modules/Hotel Management',
'depends': [
'project'
],
'external_dependencies':
{'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',
'security/hotel_node_security.xml',
'security/ir.model.access.csv'
],
'demo': [],
'auto_install': False,
'installable': True
}