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.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							53 lines
						
					
					
						
							1.9 KiB
						
					
					
				| # -*- coding: utf-8 -*- | |
| ############################################################################### | |
| # | |
| #    Cybrosys Technologies Pvt. Ltd. | |
| # | |
| #    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |
| #    Author: Gayathri V(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_journal | |
| from . import account_move | |
| from . import exam_result | |
| from . import exam_subject_line | |
| from . import exam_valuation | |
| from . import exam_valuation_line | |
| from . import fee_category | |
| from . import fee_structure | |
| from . import fee_structure_line | |
| from . import fee_type | |
| from . import reject_reason | |
| from . import res_partner | |
| from . import results_subject_line | |
| from . import timetable_period | |
| from . import timetable_schedule_line | |
| from . import university_academic_year | |
| from . import university_application | |
| from . import university_attendance | |
| from . import university_attendance_line | |
| from . import university_batch | |
| from . import university_course | |
| from . import university_department | |
| from . import university_document | |
| from . import university_document_type | |
| from . import university_exam | |
| from . import university_exam_type | |
| from . import university_faculty | |
| from . import university_semester | |
| from . import university_student | |
| from . import university_subject | |
| from . import university_syllabus | |
| from . import university_timetable
 | |
| 
 |