Skip to Content
Menu
v 18.0 Third Party 1650
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 1073
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 1073
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.
v18 issue
by
Infra Aunéor Conseil
on 7/28/25, 6:03 AM

Hello,

We have encountered several issues with this module in version 18 (18.7).

First, it seems impossible to use it on an Odoo.sh production environment without enabling S3, since the file system is read-only on production instances.

However, when using S3, we get the following error:

An unexpected error occurred while processing the SCORM data: Failed to upload files to Amazon S3: 'slide.slide' object has no attribute 'is_tincan'

The attribute "is_tincan" doesn't appear to be defined in the module.

Even after commenting it out, the "File Path" remains empty, and it's impossible to validate the form:

Invalid fields: Filename

Could you please investigate and provide a fix as soon as possible? This issue is currently blocking our deployment.

Thank you in advance.


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