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

« back to all changes in this revision

Viewing changes to health/__terp__.py

  • Committer: Naresh Choksy
  • Date: 2009-02-11 09:40:55 UTC
  • mto: (3547.3.3 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3558.
  • Revision ID: nch@tinyerp.com-20090211094055-8xmkr2cyycxq70vv
Heath module:work in progress....

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Tiny TERP Health Management",
 
3
        "version" : "0.9.3",
 
4
        "author" : "EVI",
 
5
        "depends" : ["base","product","account"],
 
6
        "init_xml" : [],#['categories.xml','medicaments.xml','famille-medicament.xml','forme-medicament.xml','soins.xml','pathos.xml'],
 
7
        "update_xml" : ["health_view.xml","data.xml","wizard.xml","report.xml"],
 
8
        "active" : False,
 
9
        "installable": True
 
10
}