~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to report_hotel_reservation/__terp__.py

Add hotel's module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Reservation Management - Reporting",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "depends" : ["hotel_reservation"],
 
6
    "category" : "Generic Modules/Hotel Reservation",
 
7
    "description": "A module that adds new reports based on Reservation cases.",
 
8
    "init_xml" : [],
 
9
    "demo_xml" : [],
 
10
    "update_xml" : ["security/ir.model.access.csv","report_hotel_reservation_view.xml"],
 
11
    "active": False,
 
12
    "installable": True
 
13
}
 
 
b'\\ No newline at end of file'