~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to 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" : "Hotel Restaurant",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "category" : "Generic Modules/Hotel Restaurant",
 
6
    "description": """
 
7
    Module for Hotel/Resort/Restaurant management. You can manage:
 
8
    * Configure Property
 
9
    * Restaurant Configuration
 
10
    * table reservation
 
11
    * Generate and process Kitchen Order ticket,
 
12
    * Payment
 
13
 
 
14
    Different reports are also provided, mainly for Restaurant.
 
15
    """,
 
16
    "depends" : ["base","hotel"],
 
17
    "init_xml" : [],
 
18
    "demo_xml" : ["hotel_restaurant_data.xml",
 
19
    ],
 
20
    "update_xml" : ["hotel_restaurant_view.xml","hotel_restaurant_report.xml","hotel_restaurant_workflow.xml","hotel_restaurant_wizard.xml","hotel_restaurant_sequence.xml",
 
21
    ],
 
22
    "active": False,
 
23
    "installable": True
 
24
}