~openbias/bias-trunk/bias-public-trunk

« back to all changes in this revision

Viewing changes to medical_icd10/__openerp__.py

  • Committer: Jose Patricio
  • Date: 2011-10-19 03:16:40 UTC
  • Revision ID: josepato@bias.com.mx-20111019031640-05zd7r5lxwx084qu
el push inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
 
 
4
        'name' : 'Medical : International Classification of Diseases .- ICD-10',  
 
5
        'version' : '1.0',
 
6
        'author' : 'Thymbra',
 
7
        'category' : 'Generic Modules/Others',
 
8
        'depends' : ['medical'],
 
9
        'description' : """
 
10
 
 
11
World Health Organization - International Classification of Diseases for MEDICAL - 10th revision
 
12
""",
 
13
        "website" : "http://medical.sourceforge.net",
 
14
        "init_xml" : [],
 
15
        "update_xml" : ["data/disease_categories.xml","data/diseases.xml"],
 
16
#       "update_xml" : ["data/disease_categories_vi.xml","data/diseases_vi.xml"],
 
17
        "active": False 
 
18
}