Odoo Document & Knowledge Management
Go to file
Pierre Verkest 25ceed4377 [FIX] attachment_zipped_download: zip allowed document only
The previous code allowed any authenticated to retreive any attachment present
on odoo filesystem. So a WMS user could technically spoken download a zip with
accounting documents.

This implementation is calling attachemnt.check("read") to ensure access
right and use attachemnt.raw attribute to retreive file to archive which
(not test) should works with attachment saved somewhere else than the
local filesystem (s3 storage, pgsql large object storage...).

attachment_zipped_download 16.0.1.0.2
2025-01-28 08:25:06 +01:00
.github/workflows Initial commit 2024-10-08 12:42:17 +00:00
attachment_zipped_download [FIX] attachment_zipped_download: zip allowed document only 2025-01-28 08:25:06 +01:00
document_knowledge Translated using Weblate (Italian) 2024-11-14 11:06:29 +00:00
document_page Translated using Weblate (Italian) 2024-12-02 10:06:29 +00:00
setup/_metapackage [BOT] post-merge updates 2024-11-30 20:34:58 +00:00
.copier-answers.yml [IMP] update dotfiles 2024-10-20 15:50:45 +00:00
.editorconfig Initial commit 2024-10-08 12:42:17 +00:00
.gitignore Initial commit 2024-10-08 12:42:17 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2024-10-20 15:50:45 +00:00
.pylintrc Initial commit 2024-10-08 12:42:17 +00:00
.pylintrc-mandatory Initial commit 2024-10-08 12:42:17 +00:00
.ruff.toml Initial commit 2024-10-08 12:42:17 +00:00
checklog-odoo.cfg [ADD] - checklog-odoo.cfg 2024-11-13 15:55:17 +07:00
eslint.config.cjs [IMP] update dotfiles 2024-10-20 15:50:45 +00:00
LICENSE Initial commit 2024-10-08 12:42:17 +00:00
prettier.config.cjs [IMP] update dotfiles 2024-10-20 15:50:45 +00:00
README.md [BOT] post-merge updates 2024-11-30 20:34:58 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

knowledge

knowledge

Available addons

addon version maintainers summary
document_knowledge 18.0.1.0.0 Documents Knowledge
document_page 18.0.1.0.0 Document Page

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.