mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
34 lines
867 B
Python
34 lines
867 B
Python
# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Hotel Calendar Channel Connector',
|
|
'version': '11.0.2.0',
|
|
'author': "Alexandre Díaz <dev@redneboa.es>",
|
|
'website': 'https://github.com/hootel/hootel',
|
|
'category': 'hotel/addon',
|
|
'summary': "Hotel Calendar Channel Connector",
|
|
'description': "Unify 'hotel_calendar' and 'hotel_channel_connector'",
|
|
'depends': [
|
|
'hotel_calendar',
|
|
'hotel_channel_connector',
|
|
],
|
|
'external_dependencies': {
|
|
'python': []
|
|
},
|
|
'data': [
|
|
'views/hotel_reservation.xml',
|
|
'views/general.xml',
|
|
'views/actions.xml',
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/*.xml',
|
|
],
|
|
'test': [
|
|
],
|
|
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'license': 'AGPL-3',
|
|
}
|