# -*- coding: utf-8 -*- ############################################################################### # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2024-TODAY Cybrosys Technologies() # 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 . # ############################################################################### 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