~chris-ormaza/+junk/medical

« back to all changes in this revision

Viewing changes to medical_gyneco/__openerp__.py

  • Committer: Christopher Ormaza
  • Date: 2011-04-29 02:58:11 UTC
  • Revision ID: chris.ormaza@gmail.com-20110429025811-po7h8pog9pcy3bxc
Inicial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
 
 
4
        'name' : 'Medical : Gynecology and obstetrics module',  
 
5
        'version' : '1.0',
 
6
        'author' : 'Thymbra',
 
7
        'category' : 'Generic Modules/Others',
 
8
        'depends' : ['medical'],
 
9
        'description' : """
 
10
 
 
11
This module includes :
 
12
 
 
13
- Gynecological Information
 
14
- Obstetric information 
 
15
- Perinatal Information and monitoring
 
16
- Puerperium
 
17
 
 
18
""",
 
19
        "website" : "http://medical.sourceforge.net",
 
20
        "init_xml" : [],
 
21
        "update_xml" : ["medical_gyneco_view.xml","security/ir.model.access.csv"],
 
22
        "active": False 
 
23
}