1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- encoding: utf-8 -*-
{
"name" : "Restaurant Management - Reporting",
"version" : "1.0",
"author" : "Tiny",
"depends" : ["hotel_restaurant"],
"category" : "Generic Modules/Hotel Restaurant",
"description": "A module that adds new reports based on Reservation cases.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_hotel_restaurant_view.xml"],
"active": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|