Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eLearning (website_slides)
• Website (website) • Discuss (mail) |
Lines of code | 635 |
Technical Name |
website_scorm_elearning |
License | AGPL-3 |
Website | https://www.manprax.com |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |

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".
Key Highlights
- Added new type (Scorm) for SCORM attachments.
- Added support to upload Scorm Packages to the Elearning courses.
Screenshots
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
Report comment
Any abuse of this reporting system will be penalizedpowerful tool
Hi, i can to install in odoo 15?
Getting the error with S3 attachment
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo-13/odoo/http.py", line 624, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo-13/odoo/http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/opt/odoo-13/odoo/tools/pycompat.py", line 14, in reraise
raise value
File "/opt/odoo-13/odoo/http.py", line 669, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo-13/odoo/http.py", line 350, in _call_function
return checked_call(self.db, args, *kwargs)
File "/opt/odoo-13/odoo/service/model.py", line 94, in wrapper
return f(dbname, args, *kwargs)
File "/opt/odoo-13/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo-13/odoo/http.py", line 915, in _call_
return self.method(*args, **kw)
File "/opt/odoo-13/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
File "/opt/odoo-13/odoo/addons/web/controllers/main.py", line 1327, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo-13/odoo/addons/web/controllers/main.py", line 1319, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo-13/odoo/api.py", line 387, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/opt/odoo-13/odoo/api.py", line 374, in _call_kw_multi
result = method(recs, args, *kwargs)
File "/opt/odoo-13/odoo/models.py", line 6249, in onchange
record._onchange_eval(name, field_onchange[name], result)
File "/opt/odoo-13/odoo/models.py", line 6028, in _onchange_eval
method_res = method(self)
File "/opt/odoo-13/custom_addons/website_scorm_elearning/models/slide_slide.py", line 66, in _on_change_scorm_data
self.read_files_from_zip()
File "/opt/odoo-13/custom_addons/website_scorm_elearning/models/slide_slide.py", line 85, in read_files_from_zip
file_full_path = self.env['ir.attachment']._full_path(self.scorm_data.store_fname)
File "/opt/odoo-13/odoo/addons/base/models/ir_attachment.py", line 74, in _full_path
path = re.sub('[.]', '', path)
File "/usr/lib/python3.6/re.py", line 191, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or bytes-like object
Re: Getting the error with S3 attachment
Hi Mahendra,
We are looking into it.
Thank you for showing interest in our app.
Hi,
On windows custom module path, something due, but not function package scorm
the next link is the problem: Media directory is in "{custom addons path}/website_scorm_elearning/static/media".
F. Figueroa