Hello I'm Pedro 👋

Software developer

Odoo module creation

Odoo module creation to manage driver-students

This is the main screen. In a straightforward way, using import button, csv files can be added with data to store.

odoo

Main screen

With create botton, a new driver-student center is created and stored in Postgre DB:

odoo

Creation

Teachers can be created and added to our DB:

odoo

Teacher screen

Form to add teachers:

odoo

Teacher screen

Form to add students:

odoo

Student screen

odoo

Student screen

Form to add exams:

odoo

Exam screen

From DB, reports can be generated with all relations:

odoo

Reports

Models created:

odoo

Model

odoo

Model

Code