Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Task for Odoo-14 Document scanning for marks percentage

1) Install Ubuntu OS

2) Download Odoo-14 (https://linuxize.com/post/how-to-install-odoo-14-on-ubuntu-20-04/)

3) Download Pycharm (Ubuntu Apps)

4) After accessing localhost:8069, Go to Apps and Install Employee module along with other require
module like leaves

5) Install Employee document attachment module in Odoo.

6) Create Test Employee with all required information.


7) Attached Document with employee that is new created.

8) Now apply algorithm that will read that document of any type mostly jpg

9) It will scan that document and calculate percentage of employee marks sheet.

10) Create separate column in attached form that will display if marks greater than 60% then verified
Else un-Verified Status.

11) This will be handle for all employees by clicking one button but first handle it though single profile

12 After single profile handling create odoo wizard for all employees.

You might also like