Skip to Content
Menu
v 18.0 Third Party 1612
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies eLearning (website_slides)
Website (website)
Discuss (mail)
Lines of code 1009
Technical Name website_scorm_elearning
LicenseAGPL-3
Websitehttps://www.manprax.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies eLearning (website_slides)
Website (website)
Discuss (mail)
Lines of code 1009
Technical Name website_scorm_elearning
LicenseAGPL-3
Websitehttps://www.manprax.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
manprax-logo

Elearning with Scorm Package

Add SCORM package to make your course more interactable to learners.

Instruction to use this module.

  • Change media directory ownership to odoo user or daemon user.
  • Media directory is in "{custom addons path}/website_scorm_elearning/static/media".
  • Or you can connect Odoo with Amazon S3 by adding credentials in the configuration. This will store the SCORM package in an S3 bucket, and you can retrieve the link.

Key Highlights

  • Added new type (Scorm) for SCORM attachments.
  • Added support to upload Scorm Packages to the Elearning courses.

Screenshots

Add configuration for Amazon S3 bucket by going to General Settings, saving the data, and testing the connection. This will connect Odoo with Amazon S3.

Upload SCORM Package to the course content.

Play SCORM File on eLearning Slide.

Intract with SCORM package.


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.
There are no ratings yet!
Deprecated method inside a function
by
Andrea B.
on 5/22/25, 6:43 AM

Hi ,
i've noticed that in this module there is  the method flush() inside the function read_files_from_zip()  which is now deprecated since version 16.0,

Is the flush() method still working in v18 without issue? 

If it was not intentional to keep that method , is it possible to fix by ourselves by updating with the migration guidelines by OCA? 

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0