https://github.com/elharchaoui-sifeddine/school-management-odoo-16
This project is a School System module developed during my first month of internship using Odoo 16. The module is designed to streamline various administrative and academic processes within a school.
https://github.com/elharchaoui-sifeddine/school-management-odoo-16
odoo-project school-management-app school-management-odoo school-management-python school-management-system
Last synced: 5 months ago
JSON representation
This project is a School System module developed during my first month of internship using Odoo 16. The module is designed to streamline various administrative and academic processes within a school.
- Host: GitHub
- URL: https://github.com/elharchaoui-sifeddine/school-management-odoo-16
- Owner: ELHARCHAOUI-SIFEDDINE
- License: mit
- Created: 2024-08-13T14:32:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:42:06.000Z (about 1 year ago)
- Last Synced: 2025-03-31T04:23:40.627Z (7 months ago)
- Topics: odoo-project, school-management-app, school-management-odoo, school-management-python, school-management-system
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
Here's the `README.md` content formatted as code, ready to be copied directly into your `README.md` file:
\```
# School System Module for Odoo 16## Overview
This project is a **School System module** developed during my first month of internship using Odoo 16. The module is designed to streamline various administrative and academic processes within a school.## Features
- **Student Enrollment and Management:** Easily manage student information and enrollment.
- **Course and Class Scheduling:** Organize courses and schedule classes efficiently.
- **Teacher and Staff Management:** Manage teacher and staff information.
- **Grade Tracking and Reporting:** Track student grades and generate reports.## Installation
1. Clone the repository into your Odoo 16 custom addons directory:
```bash
git clone https://github.com/ELHARCHAOUI-SIFEDDINE/school-management-odoo-16.git
```
2. Restart your Odoo server.
3. Go to the Apps menu, update the app list, and install the "School System" module.## Usage
1. Navigate to the School System module in Odoo.
2. Use the various menus to manage students, teachers, courses, and grades.
3. Generate reports as needed for academic tracking and administrative purposes.## Requirements
- **Odoo 16.0**## Contribution
Contributions are welcome! Please fork the repository and submit a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## Contact
If you have any questions or need support, please reach out to me at [elharchaouisifeddine@gmail.com](mailto:elharchaouisifeddine@gmail.com).
\```To use this, copy the entire block and paste it into your `README.md` file. Make sure to replace the leading backslash (`\`) with actual backticks to render the markdown properly.