forked from asop-source/Klinik-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
executable file
·103 lines (94 loc) · 4 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# -*- coding: utf-8 -*-
# Part of BrowseInfo. See LICENSE file for full copyright and licensing details.
{
"name" : "Management System in Klinik",
"version" : "12.0.0.2",
"currency": 'EUR',
"summary": "Hospital Management",
"category": "Industries",
"description": """
BrowseInfo developed a new odoo/OpenERP module apps
This module is used to manage Hospital and Healthcare Management and Clinic Management apps. manage clinic , manage Patient hospital in odoo, manage , Patient Management,
-Patients
-Patients Card Report
-Patients Medication History Report
-Appointments
-Appointments Invoice
-Families
-Prescriptions
-Create Invoice from Prescriptions
-Prescription Report
-Patient Hospitalization
Hospital Management System
Healthcare Management System
Clinic Management System
Appointment Management System
health care
""" ,
"depends" : ["base", "sale_management", "stock", "account"],
"data": [
'security/hospital_groups.xml',
'data/ir_sequence_data.xml',
'views/assets.xml',
'views/login_page.xml',
'views/main_menu_file.xml',
'wizard/medical_appointments_invoice_wizard.xml',
'wizard/create_prescription_invoice_wizard.xml',
'wizard/create_prescription_shipment_wizard.xml',
'views/medical_medicament.xml',
'views/medical_drug_route.xml',
'wizard/medical_lab_test_create_wizard.xml',
'wizard/medical_lab_test_invoice_wizard.xml',
'views/medical_prescription_order.xml',
'views/medical_directions.xml',
'views/medical_dose_unit.xml',
'views/medical_patient_evaluation.xml',
'views/medical_family_disease.xml',
'views/medical_inpatient_registration.xml',
'views/medical_inpatient_medication.xml',
'views/medical_insurance_plan.xml',
'views/medical_appointment.xml',
'views/medical_insurance.xml',
'views/medical_patient_lab_test.xml',
'views/medical_lab_test_units.xml',
'views/medical_lab.xml',
'views/medical_neomatal_apgar.xml',
'views/medical_pathology_category.xml',
'views/medical_pathology_group.xml',
'views/medical_pathology.xml',
'views/medical_patient_disease.xml',
'views/medical_patient_medication.xml',
'views/medical_patient_medication1.xml',
'views/medical_patient_pregnancy.xml',
'views/medical_patient_prental_evolution.xml',
'views/medical_patient.xml',
'views/medical_physician.xml',
'views/medical_preinatal.xml',
'views/medical_prescription_line.xml',
'views/medical_puerperium_monitor.xml',
'views/medical_rcri.xml',
'views/medical_rounding_procedure.xml',
'views/medical_test_critearea.xml',
'views/medical_test_type.xml',
'views/medical_vaccination.xml',
'views/res_partner.xml',
'report/report_view.xml',
'report/appointment_recipts_report_template.xml',
'report/medical_view_report_document_lab.xml',
'report/medical_view_report_lab_result_demo_report.xml',
'report/newborn_card_report.xml',
'report/patient_card_report.xml',
'report/patient_diseases_document_report.xml',
'report/patient_medications_document_report.xml',
'report/patient_vaccinations_document_report.xml',
'report/prescription_demo_report.xml',
'security/ir.model.access.csv',
],
"author": "asopkarawang@gmail.com",
"installable": True,
"application": True,
"auto_install": False,
"images":["static/description/Banner.png"],
"live_test_url":'https://youtu.be/fk9dY53I9ow',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: