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

34 lines
1.4 KiB
Python

# pylint: disable=pointless-statement
{
"name": "COLLABORA Documents",
"summary": "Edit and collaborate on office files within Odoo Documents.",
"description": "The COLLABORA app allows users to edit and collaborate on office files within Odoo Documents using COLLABORA Docs. You can work with text documents, spreadsheets, and presentations, co-author documents in real time using two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.", # noqa: E501
"author": "COLLABORA",
"website": "https://github.com/COLLABORA/collabora_odoo",
"category": "Productivity",
"version": "5.1.1",
"depends": ["collabora_odoo", "documents"],
# always loaded
"data": [
"views/documents_templates_share.xml",
],
"license": "LGPL-3",
"support": "support@collabora.com",
"images": [
"static/description/main_screenshot.png",
"static/description/editors.png",
"static/description/edit_files.png",
"static/description/create_files.png",
],
"installable": True,
"application": True,
"assets": {
"web.assets_backend": [
"collabora_odoo_documents/static/src/models/*.js",
"collabora_odoo_documents/static/src/components/**/*",
"collabora_odoo_documents/static/src/documents_views/**/*",
"collabora_odoo_documents/static/src/collabora_create_template/**/*",
],
},
}