This question has been flagged
1 Reply
19327 Views

i tried to install medical module but it dosen't appread in application module can someone help me plz

Avatar
Discard

Can you tell us which module exactly you want to install, because there are alot of medical module.

As Yug Faa said (+1 :) ) please provide more informations

Author

i want to install medical module

Did you get this module already? From where?

Author

from http://pragtech.co.in/lab/downloads/openerp-7-modules/modules-page-1.html

Note: If the module doesn't appears in the list, it is certainly that descriptor files are still named __terp__.py instead of the new convention __openerp__.py

Best Answer

I assume you want to install the trunk branch lp:oemedical

It is not in addons branch.

For any module you want to install, you need to download them from launchpad using bazaar.

Install bazaar

apt-get install bzr

Download the sources

bzr branch lp:oemedical

Add the path to the new oemedical folder in addons_path= option in your openerp conf file or in your command line parameter --addons-path

Then restart your server and refresh your list of module in OpenERP. And search in Installed Modules (Here installed means Modules present on your server). Plus don't forget to remove the Installed filter (Here installed means the feature has been installed and activated). Don't search in Apps for custom modules.

See here for more info: How do you install a module?

Note that this module seems currently in developement

Otherwise for medical modules, you have the following procedure for 6.0 those modules weren't ported in v7.0 http://forum.openerp.com/forum/topic24515.html

What you are looking for might have been moved under Tryton framework (OpenERP fork)

http://en.wikipedia.org/wiki/GNU_Health#cite_ref-fromopenerptotryton_1-0

Avatar
Discard
Author

i want to install medical module "Health Management"

See my edition about Tryton, if you are looking for Health & Hospital Management this certainly moved to Tryton.

Author

i work in windows 7 i tried to install health management System i got it in http://pragtech.co.in/lab/downloads/openerp-7-modules/modules-page-1.html but it doesn't work my version of openERP is 7 last version

If you are talking about the module named health - Tiny TERP Health Management I can tell you it is clearly not compatible with OpenERP v7 this one is an old module for TinyERP v4. TinyERP is the former name for OpenERP

Author

so how can i install a health management system in version 7 because i tried to install the same module in version 6 and it is working ver well i don't understand why it is impossible to install in version 7

Because it has not been ported to v7 at this point.

Between v6 and v7 there are many changes, mostly in view but also in models. As Fabrice said, the module needs to be ported, that mean the code needs to be updated to fit the changes. Here you are talking about installing a module version 4 on a version 7 there is a quite big gap in versions.

Using the trunk bzr branch lp:oemedical downloaded to Widows 7 and Openerp 7, and followed the all the steps above including placing the module folder in c:\ and in the addons folder. Module list is over 800 but doesn't show the medical module. Is there any update on getting this working for OpenERP 7?