32 lines
881 B
Python
32 lines
881 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "exely_integration",
|
|
'summary': "HMS exely integration",
|
|
'description': """Hotel Management System exely integration""",
|
|
'author': "Mate Managadze",
|
|
'website': "https://www.brossegarden.com",
|
|
'category': 'Uncategorized',
|
|
'version': '18.0.1.0.0',
|
|
'license': 'OPL-1',
|
|
'depends': ['base', 'bross_hms'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'cron/crons.xml',
|
|
'data/exely_conf.xml',
|
|
'views/main_menu.xml',
|
|
'views/exely_conf.xml',
|
|
'views/modified_bookings.xml',
|
|
'views/raw_bookings.xml',
|
|
'views/raw_companies.xml',
|
|
'views/raw_rooms.xml',
|
|
'views/raw_customers.xml',
|
|
'views/raw_roomstays.xml',
|
|
'views/raw_guests.xml',
|
|
],
|
|
# only loaded in demonstration mode
|
|
'demo': [
|
|
'demo/demo.xml',
|
|
],
|
|
}
|
|
|