forked from OCA/vertical-hotel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
27 lines (26 loc) · 923 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# See LICENSE file for full copyright and licensing details.
{
"name": "Hotel Restaurant Management",
"version": "11.0.1.0.0",
"author": "Odoo Community Association (OCA),"
"Serpent Consulting Services Pvt. Ltd., "
"Odoo S.A.",
"category": "Generic Modules/Hotel Restaurant",
"website": "https://github.com/OCA/vertical-hotel/",
"depends": ["hotel"],
"license": "AGPL-3",
"summary": "Table booking facilities and Managing customers orders",
"demo": ["views/hotel_restaurant_data.xml"],
"data": [
"security/ir.model.access.csv",
"report/hotel_restaurant_report.xml",
"wizard/hotel_restaurant_wizard.xml",
"views/res_table.xml",
"views/kot.xml",
"views/bill.xml",
"views/folio_order_report.xml",
"views/hotel_restaurant_sequence.xml",
"views/hotel_restaurant_view.xml",
],
"installable": True,
}