Files
2026-09-18 13:55:25 +07:00

31 lines
965 B
Python

{
"name": "Collabora Odoo eLearning Integration",
"version": "1.0.0",
"summary": "Integrate Collabora with Odoo eLearning (slides)",
"description": """
This module integrates Collabora document editing and preview capabilities into Odoo eLearning (slides).
Users can open, edit, and collaborate on Office documents (from slide attachments) directly within the eLearning platform.
""",
"author": "NextZen",
"website": "https://nextzenos.com",
"category": "eLearning",
"depends": [
"base",
"website_slides",
"website_slides_extension",
"collabora_odoo",
],
"data": [
# XML, CSV, or other data files (views, security, etc.)
],
"assets": {
# 'web.assets_backend': [
# 'onlyoffice_odoo_elearning/static/src/js/*.js',
# ],
},
"installable": True,
"application": False,
"auto_install": False,
"license": "LGPL-3",
}