docs | |
---|---|
tests | |
license | |
contribute | |
share |
Sistema de Información Hospitalario SIS-1, is an Odoo 13 module to ease the management of hospitals, you can manage registration of patients and her medical appointments, etc.
This Odoo module let you manage:
- manage hospitals.
- manage specialties.
- manage medical appointments.
- manage patients using 'res_company' model overriding with new fields added.
This Odoo 13 module include the follow technical features included:
- Data demonstration support.
- Internationalisation (i18n) support.
- Tests units support.
- ACL and security rules customs support.
This module requires the following dependencies:
- odoo 13 > https://github.com/odoo/odoo
Download the source code:
$ git clone https://github.com/macagua/hospital_sis.git
Move hospital_sis
folder into extra-addons
Odoo directory:
$ mv hospital_sis /full/path/to/extra-addons/
Restart the Odoo instance server, login and got to Apps > Sistema de Información Hospitalario SIS-1 > Install
Then go to Main menu at left top corner and click to Hospital.
For run the module tests, with the following command:
$ /full/path/to/odoo-bin --addons-path=/full/path/to/addons,/full/path/to/extra-addons \ -d t -i hospital_sis --test-enable --stop-after-init --log-level=test
- Issue Tracker: https://github.com/macagua/hospital_sis/issues
- Source Code: https://github.com/macagua/hospital_sis
- The project is licensed under the AGPL-3.
The followings are the links using as references for development this Odoo 13 module:
- Automated testing in Odoo.
- Odoo Experience 2018 - Improve the Quality of Your Modules with Automated Tests.