-
-
Notifications
You must be signed in to change notification settings - Fork 260
/
Copy path__manifest__.py
27 lines (26 loc) · 1.02 KB
/
__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
# Copyright (C) 2022-TODAY Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Hotel Restaurant Management",
"version": "15.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", "point_of_sale"],
"license": "AGPL-3",
"summary": "Table booking facilities and Managing customers orders",
"demo": ["demo/hotel_restaurant_data.xml"],
"data": [
"security/ir.model.access.csv",
"report/hotel_restaurant_report.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",
"wizard/hotel_restaurant_wizard.xml",
],
"installable": True,
}