v 15.0 Third Party 3702
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Employees (hr)
Invoicing (account)
Calendar (calendar)
Contacts (contacts)
Discuss (mail)
Community Apps Dependencies
Lines of code 4512
Technical Name assignment
LicenseAGPL-3
Websitehttp://www.serpentcs.com
Versions 8.0 10.0 9.0 11.0 12.0 13.0 14.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Employees (hr)
Invoicing (account)
Calendar (calendar)
Contacts (contacts)
Discuss (mail)
Community Apps Dependencies
Lines of code 4512
Technical Name assignment
LicenseAGPL-3
Websitehttp://www.serpentcs.com
Versions 8.0 10.0 9.0 11.0 12.0 13.0 14.0 15.0

Assignment Management

Teacher's Task

Teacher uploads the assignment for students.


When active button is clicked the assignment is assigned to the students of standard and class selected. Teacher can approve and reject the assignment.

Student's Task

Students can see their own assignment. Download and submit the assignment for Teacher to check.

Check out our various Odoo Services below
 
Odoo Consulting Gap Analysis and BPR Odoo Implementation Integration with E-Commerce Odoo Technical Training
Offshore & Onsite Development Support and Maintenance Hire Dedicated Odoo Developer Payment Gateway Integrations Odoo Functional Training
Odoo Mobile App Development Odoo Manual Testing Odoo Automated Testing Integration with Shipping API Installation & Hosting
 
Check out our various Odoo Based Products
 
Restaurant Management Property Management Visa Agency Management Singapore Localization School, University Management
Construction Management Fleet Management Medical ERP Hotel Management Human Resource Management
Field Service Management Spa & Salone Management Ringcentral telephone integration Customer Relationship Management Talent Management
 
For any questions, support and development contact us.
 
(+91) 98793-54457, (+91) 90334-72982 +91-79-2975-0867 contact@serpentcs.com www.serpentcs.com www.serpentcs.in www.odooqa.com
WhatsApp, Telegram or Call 24X7 Help! Send Mail Browse our Services Browse our Products QA Services
 

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Overall feelings are good using this module but marks feature is missing in assignment.
by
Jaffar Raza
on 1/26/23, 7:06 AM

There is an error in file format validation when student uploading assignment when you try to upload file with multiple dots. 
e.g: file name = "school.assignment.docx"
It throws error format miss match even the format is set same.
Fixed the error using below code:

@api.constrains("submit_assign", "file_name")
def check_file_format(self):
if self.file_name:
file_format = '.'+ self.file_name.split(".")[-1]
if file_format != self.attachfile_format:
raise ValidationError(_(
"""Kindly attach file with format: %s!""") % self.attachfile_format)


Re: Overall feelings are good using this module but marks feature is missing in assignment.
by
Jay Vora - SerpentCS
on 1/28/23, 11:51 AM Author

Hello Jaffar,

We updated the code on the same link - https://github.com/JayVora-SerpentCS/OdooEduERP/

Thanks.


There are no comments yet!