Am Donnerstag, 19. Juli 2018, 13:47:41 CEST schrieb Patrick Murez:
> I've managed to install Gnuhealth on Opensuse Leap 15.
good.....
> But i could not found the sales module. how can I install it?
> I've tried with pip or apt-get and some modules where unistalled because of
> incompatibility and the application was broken. can any one tell me why the
> sales module were missing and how to install a module on Gnuhealth?
All modules that are requied by GNU Health in the standard are shipped in Leap
standard.
If you need additional modules you need to install it from the Tryton
repository (BTW, apt-get is not command to install on openSUSE):
- add the repository:
zypper ar -f
https://download.opensuse.org/repositories/Application:/ERP:/
Tryton:/4.2/openSUSE_Leap_15.0 tryton
- install the module
zypper in trytond_sale
Thats it.
HTH
Axel