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

« back to all changes in this revision

Viewing changes to hotel/__terp__.py

  • Committer: nel
  • Date: 2008-06-30 10:08:55 UTC
  • Revision ID: nel-1b5e620223399a90d1ec6b552c6a45f2e4a10d3c
added the module for hotel booking

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Hotel Management",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "category" : "Generic Modules/Hotel Management",
 
6
    "description": """
 
7
    Module for Hotel/Resort/Property management. You can manage:
 
8
    * Configure Property
 
9
    * Hotel Configuration
 
10
    * Check In, Check out
 
11
    * Manage Folio
 
12
    * Payment
 
13
 
 
14
    Different reports are also provided, mainly for hotel statistics.
 
15
    """,
 
16
    "depends" : ["base","product","sale"],
 
17
    "init_xml" : [],
 
18
    "demo_xml" : [
 
19
    ],
 
20
    "update_xml" : ['hotel_view.xml',
 
21
                    "hotel_data.xml",
 
22
                    "hotel_folio_workflow.xml",
 
23
                    "hotel_report.xml",
 
24
                    "hotel_wizard.xml",
 
25
    ],
 
26
    "active": False,
 
27
    "installable": True
 
28
}
 
 
b'\\ No newline at end of file'