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

« back to all changes in this revision

Viewing changes to hotel_housekeeping/__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 Housekeeping",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "category" : "Generic Modules/Hotel Housekeeping",
 
6
    "description": """
 
7
    Module for Hotel/Hotel Housekeeping. You can manage:
 
8
    * Housekeeping process
 
9
    * Housekeeping history room wise
 
10
 
 
11
      Different reports are also provided, mainly for hotel statistics.
 
12
    """,
 
13
    "depends" : ["hotel"],
 
14
    "init_xml" : [],
 
15
    "demo_xml" : [
 
16
    ],
 
17
    "update_xml" : ["hotel_housekeeping_view.xml",
 
18
                    "hotel_housekeeping_workflow.xml",
 
19
                    
 
20
    ],
 
21
    "active": False,
 
22
    "installable": True
 
23
}
 
 
b'\\ No newline at end of file'