- Download the Odoo base Module
- You will need the starting module to begin the test from https://github.com/ashertee/HWSETA_test24
- Fork the repository to you local machine and download the odoo module from the github location above
-
Install Odoo The test will require Odoo 12. You will need to install it and then copy the module into your installation. You can Odoo 12 from: [https://www.odoo.com/page/download]
-
Scenario Learners need to be registered against qualifications, each of those qualifications has a set of unit standards. Each of those unit standards have credits tied to them.
- Tasks
Add a field to the Learner Class that links the Learner to the Qualification Master Table.
Qualifications from the Master Table can be re-used multiple times for multiple learners
compare the minimum credits to the credits achieved by learner based on which unit standards are achieved to determine if the qualification is achieved
In the master table of qualifications, we need a function (get_total_credits) that fetches a sum of all the unit standards attached to the qualification, and the result needs to be put into the total_credit field
import another learner with any 2 qualifications, of which one is a pass and one is a fail based on the unit standards that have been imported
any additional items added to the module that were not in the instructions will be graded accordingly
- Submission of Test
Once you have completed the test and ready to submit, Create a pull request of your forked repo with your name as the commit message
Then after, provide a database dump of your database, your exported files, and your completed module in zip format. Email all of your files to: tafadzwam@hwseta.org.za