~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to report_hotel_restaurant/__terp__.py

  • Committer: nel
  • Date: 2008-06-30 10:35:41 UTC
  • Revision ID: nel-03c45417b57316f5a70158417e86ae57f721f235
Hotel and dependencies

Show diffs side-by-side

added added

removed removed

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