# -*- coding: utf-8 -*- ################################################################################ # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # # You can modify it under the terms of the GNU AFFERO # GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE # (AGPL v3) along with this program. # If not, see . # ################################################################################ from . import account_payment_register from . import blood_bank from . import contra_indication from . import blood_donation from . import doctor_allocation from . import doctor_round from . import doctor_slot from . import doctor_specialization from . import hospital_bed from . import hospital_building from . import hospital_degree from . import hospital_family from . import hospital_inpatient from . import hospital_insurance from . import hospital_laboratory from . import hospital_outpatient from . import hospital_pharmacy from . import hospital_vaccination from . import hospital_ward from . import hr_employee from . import inpatient_payment from . import inpatient_surgery from . import ir_attachment from . import lab_medicine_line from . import lab_test from . import lab_test_line from . import lab_test_result from . import medicine_brand from . import nursing_plan from . import patient_lab_test from . import patient_room from . import pharmacy_medicine from . import prescription_line from . import product_template from . import res_partner from . import res_users from . import room_facility