mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
57 lines
2.1 KiB
Python
57 lines
2.1 KiB
Python
# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Hotel Channel Connector',
|
|
'version': '1.0',
|
|
'author': "Alexandre Díaz <dev@redneboa.es>",
|
|
'website': 'https://www.eiqui.com',
|
|
'category': 'hotel/connector',
|
|
'summary': "Hotel Channel Connector Base",
|
|
'description': "Hotel Channel Connector Base",
|
|
'depends': [
|
|
'connector',
|
|
'hotel',
|
|
],
|
|
'external_dependencies': {
|
|
'python': ['xmlrpc']
|
|
},
|
|
'data': [
|
|
'data/cron_jobs.xml',
|
|
'wizard/wubook_import_plan_prices.xml',
|
|
'wizard/wubook_import_plan_restrictions.xml',
|
|
'wizard/wubook_import_availability.xml',
|
|
'views/general.xml',
|
|
'views/hotel_channel_connector_issue_views.xml',
|
|
'views/inherited_hotel_reservation_views.xml',
|
|
'views/inherited_hotel_room_type_views.xml',
|
|
'views/inherited_hotel_room_type_availability_views.xml',
|
|
'views/inherited_hotel_folio_views.xml',
|
|
'views/inherited_product_pricelist_views.xml',
|
|
'views/inherited_product_pricelist_item_views.xml',
|
|
'views/inherited_hotel_room_type_restriction_views.xml',
|
|
'views/inherited_hotel_room_type_restriction_item_views.xml',
|
|
'views/inherited_res_partner_views.xml',
|
|
'views/channel_ota_info_views.xml',
|
|
'views/channel_hotel_reservation_views.xml',
|
|
'views/channel_hotel_room_type_views.xml',
|
|
'views/channel_hotel_room_type_availability_views.xml',
|
|
'views/channel_hotel_room_type_restriction_views.xml',
|
|
'views/channel_hotel_room_type_restriction_item_views.xml',
|
|
'views/channel_product_pricelist_views.xml',
|
|
'views/channel_product_pricelist_item_views.xml',
|
|
'views/channel_connector_backend_views.xml',
|
|
'data/menus.xml',
|
|
'data/sequences.xml',
|
|
#'security/ir.model.access.csv',
|
|
#'security/wubook_security.xml',
|
|
# 'views/res_config.xml'
|
|
],
|
|
'test': [
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
'license': 'AGPL-3',
|
|
}
|