You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							58 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							58 lines
						
					
					
						
							2.0 KiB
						
					
					
				
								# -*- coding: utf-8 -*-
							 | 
						|
								################################################################################
							 | 
						|
								#
							 | 
						|
								#    Cybrosys Technologies Pvt. Ltd.
							 | 
						|
								#
							 | 
						|
								#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
							 | 
						|
								#    Author: Subina P (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 <http://www.gnu.org/licenses/>.
							 | 
						|
								#
							 | 
						|
								################################################################################
							 | 
						|
								from . import account_payment_register
							 | 
						|
								from . import blood_bank
							 | 
						|
								from . import blood_donation
							 | 
						|
								from . import contra_indication
							 | 
						|
								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
							 | 
						|
								
							 |